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