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

Unified Diff: simd/jquanti-sse2-64.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/jquanti-sse2.asm ('k') | simd/jsimdcpu.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: simd/jquanti-sse2-64.asm
diff --git a/simd/jquanti-sse2-64.asm b/simd/jquanti-sse2-64.asm
index 9b3f4eeea1a4008f576936a7ec5041c715ae0419..628e541bed6803e9372a7a4624483f8627a353ad 100644
--- a/simd/jquanti-sse2-64.asm
+++ b/simd/jquanti-sse2-64.asm
@@ -36,7 +36,7 @@
; r12 = DCTELEM *workspace
align 16
- global EXTN(jsimd_convsamp_sse2)
+ global EXTN(jsimd_convsamp_sse2) PRIVATE
EXTN(jsimd_convsamp_sse2):
push rbp
@@ -112,7 +112,7 @@ EXTN(jsimd_convsamp_sse2):
; r12 = DCTELEM *workspace
align 16
- global EXTN(jsimd_quantize_sse2)
+ global EXTN(jsimd_quantize_sse2) PRIVATE
EXTN(jsimd_quantize_sse2):
push rbp
« no previous file with comments | « simd/jquanti-sse2.asm ('k') | simd/jsimdcpu.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698