diff options
Diffstat (limited to 'common/jpeg/simd/jcsamss2.asm')
-rw-r--r-- | common/jpeg/simd/jcsamss2.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jcsamss2.asm b/common/jpeg/simd/jcsamss2.asm index 98e97da4..818e911d 100644 --- a/common/jpeg/simd/jcsamss2.asm +++ b/common/jpeg/simd/jcsamss2.asm @@ -346,3 +346,6 @@ EXTN(jsimd_h2v2_downsample_sse2): 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 |