diff options
Diffstat (limited to 'common/jpeg/simd/jdsamss2.asm')
-rw-r--r-- | common/jpeg/simd/jdsamss2.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/jpeg/simd/jdsamss2.asm b/common/jpeg/simd/jdsamss2.asm index 7d787f1c..b5c863b4 100644 --- a/common/jpeg/simd/jdsamss2.asm +++ b/common/jpeg/simd/jdsamss2.asm @@ -724,3 +724,6 @@ EXTN(jsimd_h2v2_upsample_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 |