| Index: third_party/libjpeg_turbo/simd/jfmmxfst.asm
|
| ===================================================================
|
| --- third_party/libjpeg_turbo/simd/jfmmxfst.asm (revision 73737)
|
| +++ third_party/libjpeg_turbo/simd/jfmmxfst.asm (working copy)
|
| @@ -52,7 +52,7 @@
|
| %define CONST_SHIFT (16 - PRE_MULTIPLY_SCALE_BITS - CONST_BITS)
|
|
|
| alignz 16
|
| - global EXTN(jconst_fdct_ifast_mmx)
|
| + global EXTN(jconst_fdct_ifast_mmx) PRIVATE
|
|
|
| EXTN(jconst_fdct_ifast_mmx):
|
|
|
| @@ -80,7 +80,7 @@
|
| %define WK_NUM 2
|
|
|
| align 16
|
| - global EXTN(jsimd_fdct_ifast_mmx)
|
| + global EXTN(jsimd_fdct_ifast_mmx) PRIVATE
|
|
|
| EXTN(jsimd_fdct_ifast_mmx):
|
| push ebp
|
|
|