diff options
Diffstat (limited to 'common/jpeg/simd/jimmxred.asm')
-rw-r--r-- | common/jpeg/simd/jimmxred.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jimmxred.asm b/common/jpeg/simd/jimmxred.asm index 4ee34a0a..a2b7103d 100644 --- a/common/jpeg/simd/jimmxred.asm +++ b/common/jpeg/simd/jimmxred.asm @@ -701,3 +701,6 @@ EXTN(jsimd_idct_2x2_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 |