diff options
Diffstat (limited to 'common/jpeg/simd/jdmrgmmx.asm')
-rw-r--r-- | common/jpeg/simd/jdmrgmmx.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jdmrgmmx.asm b/common/jpeg/simd/jdmrgmmx.asm index 08b0985d..f5fa9363 100644 --- a/common/jpeg/simd/jdmrgmmx.asm +++ b/common/jpeg/simd/jdmrgmmx.asm @@ -461,3 +461,6 @@ EXTN(jsimd_h2v2_merged_upsample_mmx): pop ebp ret +; For some reason, the OS X linker does not honor the request to align the +; segment unless we do this. + align 16 |