diff options
Diffstat (limited to 'common/jpeg/simd/jcqnts2f.asm')
-rw-r--r-- | common/jpeg/simd/jcqnts2f.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jcqnts2f.asm b/common/jpeg/simd/jcqnts2f.asm index 19c1d017..d80ae5dc 100644 --- a/common/jpeg/simd/jcqnts2f.asm +++ b/common/jpeg/simd/jcqnts2f.asm @@ -166,3 +166,6 @@ EXTN(jsimd_quantize_float_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 |