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