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

Unified Diff: simd/jfdctflt-sse.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/jfdctflt-3dn.asm ('k') | simd/jfdctflt-sse-64.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: simd/jfdctflt-sse.asm
diff --git a/simd/jfdctflt-sse.asm b/simd/jfdctflt-sse.asm
index c2f61c83bc360916a770058a44268d4893937582..0618efefc8b2855c2fb5dd4db2e23ffdbfa4cf40 100644
--- a/simd/jfdctflt-sse.asm
+++ b/simd/jfdctflt-sse.asm
@@ -37,7 +37,7 @@
SECTION SEG_CONST
alignz 16
- global EXTN(jconst_fdct_float_sse)
+ global EXTN(jconst_fdct_float_sse) PRIVATE
EXTN(jconst_fdct_float_sse):
@@ -65,7 +65,7 @@ PD_1_306 times 4 dd 1.306562964876376527856643
%define WK_NUM 2
align 16
- global EXTN(jsimd_fdct_float_sse)
+ global EXTN(jsimd_fdct_float_sse) PRIVATE
EXTN(jsimd_fdct_float_sse):
push ebp
« no previous file with comments | « simd/jfdctflt-3dn.asm ('k') | simd/jfdctflt-sse-64.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698