aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts/memset16_neon.S
diff options
context:
space:
mode:
authorGravatar torne <torne@chromium.org>2015-01-13 08:37:34 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-13 08:37:34 -0800
commit60f8353f683277f360c5a74e2905c8de987a2dfe (patch)
tree6dec2bc2f880865577394cd77a69b9e27903b596 /src/opts/memset16_neon.S
parent6f07665768dc84453316e7b2bbd6049576764cb1 (diff)
Hide ARM assembly memset symbols.
Prevent these symbols from being exported from any library which includes skia by marking them .hidden, as they are implementation details of skia. BUG=skia:3303 Review URL: https://codereview.chromium.org/831663004
Diffstat (limited to 'src/opts/memset16_neon.S')
-rw-r--r--src/opts/memset16_neon.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opts/memset16_neon.S b/src/opts/memset16_neon.S
index 7b2b19029a..441b52374f 100644
--- a/src/opts/memset16_neon.S
+++ b/src/opts/memset16_neon.S
@@ -21,6 +21,7 @@
.fpu neon
.align 4
.globl memset16_neon
+ .hidden memset16_neon
memset16_neon:
cmp r2, #0