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

Unified Diff: simd/jquant-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/jquant-3dn.asm ('k') | simd/jquant-sse.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: simd/jquant-mmx.asm
diff --git a/simd/jquant-mmx.asm b/simd/jquant-mmx.asm
index dbfeceec776615c4aa52bffb754e768cb289c55d..ffcdd2ae45f6f1dcdac32b2494babeb1f428c1a3 100644
--- a/simd/jquant-mmx.asm
+++ b/simd/jquant-mmx.asm
@@ -35,7 +35,7 @@
%define workspace ebp+16 ; DCTELEM *workspace
align 16
- global EXTN(jsimd_convsamp_mmx)
+ global EXTN(jsimd_convsamp_mmx) PRIVATE
EXTN(jsimd_convsamp_mmx):
push ebp
@@ -140,7 +140,7 @@ EXTN(jsimd_convsamp_mmx):
%define workspace ebp+16 ; DCTELEM *workspace
align 16
- global EXTN(jsimd_quantize_mmx)
+ global EXTN(jsimd_quantize_mmx) PRIVATE
EXTN(jsimd_quantize_mmx):
push ebp
« no previous file with comments | « simd/jquant-3dn.asm ('k') | simd/jquant-sse.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698