]> git.pld-linux.org Git - packages/DirectFB.git/blob - x32-asm.patch
Release 6 (by relup.sh)
[packages/DirectFB.git] / x32-asm.patch
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
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.091758 seconds and 3 git commands to generate.