| Index: ports/pixman/nacl.patch
|
| diff --git a/ports/pixman/nacl.patch b/ports/pixman/nacl.patch
|
| index 85ea8bf877f57aa96cda6d1b7925ea19c37dd6a5..4f243c259cf9cdae1dd7742bf7e01719502169e4 100644
|
| --- a/ports/pixman/nacl.patch
|
| +++ b/ports/pixman/nacl.patch
|
| @@ -1,3 +1,15 @@
|
| +diff --git a/pixman/pixman-mmx.c b/pixman/pixman-mmx.c
|
| +--- a/pixman/pixman-mmx.c
|
| ++++ b/pixman/pixman-mmx.c
|
| +@@ -97,7 +97,7 @@ _mm_shuffle_pi16 (__m64 __A, int8_t const __N)
|
| +
|
| + asm ("pshufw %2, %1, %0\n\t"
|
| + : "=y" (ret)
|
| +- : "y" (__A), "K" (__N)
|
| ++ : "y" (__A), "X" (__N)
|
| + );
|
| +
|
| + return ret;
|
| diff --git a/pixman/pixman-x86.c b/pixman/pixman-x86.c
|
| --- a/pixman/pixman-x86.c
|
| +++ b/pixman/pixman-x86.c
|
|
|