diff options
Diffstat (limited to 'common/jpeg/simd/jiss2fst.asm')
-rw-r--r-- | common/jpeg/simd/jiss2fst.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jiss2fst.asm b/common/jpeg/simd/jiss2fst.asm index fda073f5..b53664d7 100644 --- a/common/jpeg/simd/jiss2fst.asm +++ b/common/jpeg/simd/jiss2fst.asm @@ -497,3 +497,6 @@ EXTN(jsimd_idct_ifast_sse2): 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 |