]> git.pld-linux.org Git - packages/DirectFB.git/blame - x32-asm.patch
Release 6 (by relup.sh)
[packages/DirectFB.git] / x32-asm.patch
CommitLineData
f5973c08
JR
1--- DirectFB-1.7.6/lib/dvc/dvc_mmx.h~ 2013-12-19 01:16:24.000000000 +0100
2+++ DirectFB-1.7.6/lib/dvc/dvc_mmx.h 2015-03-09 18:30:30.315841777 +0100
11d9c8d2
JR
3@@ -323,7 +323,7 @@
4 "movd %2, %%mm4\n\t"
5 "shr $16, %%eax\n\t"
6 "punpcklwd %%mm4, %%mm4\n\t"
7-#ifdef ARCH_X86_64
8+#if defined(ARCH_X86_64) && !defined(__ILP32__)
9 "movq (%3,%%rax,4), %%mm0\n\t"
10 #else
11 "movq (%3,%%eax,4), %%mm0\n\t"
12@@ -336,7 +336,7 @@
13 "movd %2, %%mm5\n\t"
14 "shr $16, %%eax\n\t"
15 "punpcklwd %%mm5, %%mm5\n\t"
16-#ifdef ARCH_X86_64
17+#if defined(ARCH_X86_64) && !defined(__ILP32__)
18 "movq (%3,%%rax,4), %%mm2\n\t"
19 #else
20 "movq (%3,%%eax,4), %%mm2\n\t"
21@@ -369,7 +369,7 @@
22 "movd %2, %%mm4\n\t"
23 "shr $16, %2\n\t"
24 "punpcklwd %%mm4, %%mm4\n\t"
25-#ifdef ARCH_X86_64
26+#if defined(ARCH_X86_64) && !defined(__ILP32__)
27 "movq (%3,%q2,4), %%mm0\n\t"
28 #else
29 "movq (%3,%2,4), %%mm0\n\t"
This page took 0.071063 seconds and 4 git commands to generate.