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

Unified Diff: simd/jidctflt-3dn.asm

Issue 1948123002: Add PRIVATE flags to global symbols (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Response to comments Created 4 years, 7 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
« no previous file with comments | « simd/jfdctint-sse2-64.asm ('k') | simd/jidctflt-sse.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: simd/jidctflt-3dn.asm
diff --git a/simd/jidctflt-3dn.asm b/simd/jidctflt-3dn.asm
index 24bd10599a3826627a26e934e2b6ba17b1492660..ce2d09fa2e6acb68be6583ffd604e1016b383fbd 100644
--- a/simd/jidctflt-3dn.asm
+++ b/simd/jidctflt-3dn.asm
@@ -27,7 +27,7 @@
SECTION SEG_CONST
alignz 16
- global EXTN(jconst_idct_float_3dnow)
+ global EXTN(jconst_idct_float_3dnow) PRIVATE
EXTN(jconst_idct_float_3dnow):
@@ -63,7 +63,7 @@ PB_CENTERJSAMP times 8 db CENTERJSAMPLE
; FAST_FLOAT workspace[DCTSIZE2]
align 16
- global EXTN(jsimd_idct_float_3dnow)
+ global EXTN(jsimd_idct_float_3dnow) PRIVATE
EXTN(jsimd_idct_float_3dnow):
push ebp
« no previous file with comments | « simd/jfdctint-sse2-64.asm ('k') | simd/jidctflt-sse.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698