diff options
Diffstat (limited to 'common/jpeg/simd/jcqnt3dn.asm')
-rw-r--r-- | common/jpeg/simd/jcqnt3dn.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jcqnt3dn.asm b/common/jpeg/simd/jcqnt3dn.asm index 194b7f9b..182c8695 100644 --- a/common/jpeg/simd/jcqnt3dn.asm +++ b/common/jpeg/simd/jcqnt3dn.asm @@ -228,3 +228,6 @@ EXTN(jsimd_quantize_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 |