diff options
Diffstat (limited to 'common/jpeg/simd/jfsseflt.asm')
-rw-r--r-- | common/jpeg/simd/jfsseflt.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jfsseflt.asm b/common/jpeg/simd/jfsseflt.asm index 9b8d04ce..bc54cccd 100644 --- a/common/jpeg/simd/jfsseflt.asm +++ b/common/jpeg/simd/jfsseflt.asm @@ -365,3 +365,6 @@ EXTN(jsimd_fdct_float_sse): 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 |