| Index: simd/jcsample-mmx.asm
|
| diff --git a/simd/jcsample-mmx.asm b/simd/jcsample-mmx.asm
|
| index 6881a56d70a703722bc49a8f674074b24ec3d75d..ef4c4d286209cfa2150ba1724acc13a8971ce707 100644
|
| --- a/simd/jcsample-mmx.asm
|
| +++ b/simd/jcsample-mmx.asm
|
| @@ -40,7 +40,7 @@
|
| %define output_data(b) (b)+28 ; JSAMPARRAY output_data
|
|
|
| align 16
|
| - global EXTN(jsimd_h2v1_downsample_mmx)
|
| + global EXTN(jsimd_h2v1_downsample_mmx) PRIVATE
|
|
|
| EXTN(jsimd_h2v1_downsample_mmx):
|
| push ebp
|
| @@ -182,7 +182,7 @@ EXTN(jsimd_h2v1_downsample_mmx):
|
| %define output_data(b) (b)+28 ; JSAMPARRAY output_data
|
|
|
| align 16
|
| - global EXTN(jsimd_h2v2_downsample_mmx)
|
| + global EXTN(jsimd_h2v2_downsample_mmx) PRIVATE
|
|
|
| EXTN(jsimd_h2v2_downsample_mmx):
|
| push ebp
|
|
|