diff options
Diffstat (limited to 'common/jpeg/simd/jiss2int.asm')
-rw-r--r-- | common/jpeg/simd/jiss2int.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jiss2int.asm b/common/jpeg/simd/jiss2int.asm index d568dada..adf39fb3 100644 --- a/common/jpeg/simd/jiss2int.asm +++ b/common/jpeg/simd/jiss2int.asm @@ -854,3 +854,6 @@ EXTN(jsimd_idct_islow_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 |