aboutsummaryrefslogtreecommitdiff
path: root/simd/jfmmxfst.asm
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2009-10-08 09:04:56 +0000
committerDRC <dcommander@users.sourceforge.net>2009-10-08 09:04:56 +0000
commit132b5fdd6d1b70c32d76ff5389bd6e183e363f4d (patch)
treec0d2cf775aa9f4ec0c3fa093480af1425f413cac /simd/jfmmxfst.asm
parentfc5dc4fa1945cd3c060327e2302540609fdff93e (diff)
downloadlibjpeg-turbo-132b5fdd6d1b70c32d76ff5389bd6e183e363f4d.tar.gz
Work around alignment issue with OS X linker which was causing problems on Leopard and Snow Leopard
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@67 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'simd/jfmmxfst.asm')
-rw-r--r--simd/jfmmxfst.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/simd/jfmmxfst.asm b/simd/jfmmxfst.asm
index 3511457d..0647242a 100644
--- a/simd/jfmmxfst.asm
+++ b/simd/jfmmxfst.asm
@@ -392,3 +392,6 @@ EXTN(jsimd_fdct_ifast_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