Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(838)

Unified Diff: src/opts/memset32_neon.S

Issue 831663004: Hide ARM assembly memset symbols. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/opts/memset.arm.S ('K') | « src/opts/memset16_neon.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/memset32_neon.S
diff --git a/src/opts/memset32_neon.S b/src/opts/memset32_neon.S
index fa034764e0b0e07e30c8e5585c8dced5e309f718..993084abf0387cb92f9f7f8f022eef68a2647335 100644
--- a/src/opts/memset32_neon.S
+++ b/src/opts/memset32_neon.S
@@ -9,6 +9,7 @@
.fpu neon
.align 4
.globl memset32_neon
+ .hidden memset32_neon
/* r0 = buffer, r1 = value, r2 = times to write */
memset32_neon:
« src/opts/memset.arm.S ('K') | « src/opts/memset16_neon.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698