diff options
Diffstat (limited to 'common/jpeg/simd/jf3dnflt.asm')
-rw-r--r-- | common/jpeg/simd/jf3dnflt.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jf3dnflt.asm b/common/jpeg/simd/jf3dnflt.asm index ed7e6a0b..542672dc 100644 --- a/common/jpeg/simd/jf3dnflt.asm +++ b/common/jpeg/simd/jf3dnflt.asm @@ -315,3 +315,6 @@ EXTN(jsimd_fdct_float_3dnow): 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 |