diff options
Diffstat (limited to 'common/jpeg/simd/jcsammmx.asm')
-rw-r--r-- | common/jpeg/simd/jcsammmx.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jcsammmx.asm b/common/jpeg/simd/jcsammmx.asm index 982a6e0d..c7126a0d 100644 --- a/common/jpeg/simd/jcsammmx.asm +++ b/common/jpeg/simd/jcsammmx.asm @@ -319,3 +319,6 @@ EXTN(jsimd_h2v2_downsample_mmx): 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 |