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

Unified Diff: simd/jfdctint-mmx.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/jfdctfst-sse2-64.asm ('k') | simd/jfdctint-sse2.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: simd/jfdctint-mmx.asm
diff --git a/simd/jfdctint-mmx.asm b/simd/jfdctint-mmx.asm
index 47f6041bb6bb82a1bc6c43d2089833d06961da15..62f9e054e90e2480bfa264e48bdceaf2ef4cbe85 100644
--- a/simd/jfdctint-mmx.asm
+++ b/simd/jfdctint-mmx.asm
@@ -66,7 +66,7 @@ F_3_072 equ DESCALE(3299298341,30-CONST_BITS) ; FIX(3.072711026)
SECTION SEG_CONST
alignz 16
- global EXTN(jconst_fdct_islow_mmx)
+ global EXTN(jconst_fdct_islow_mmx) PRIVATE
EXTN(jconst_fdct_islow_mmx):
@@ -101,7 +101,7 @@ PW_DESCALE_P2X times 4 dw 1 << (PASS1_BITS-1)
%define WK_NUM 2
align 16
- global EXTN(jsimd_fdct_islow_mmx)
+ global EXTN(jsimd_fdct_islow_mmx) PRIVATE
EXTN(jsimd_fdct_islow_mmx):
push ebp
« no previous file with comments | « simd/jfdctfst-sse2-64.asm ('k') | simd/jfdctint-sse2.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698