Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: ports/pixman/nacl.patch

Issue 1217813009: Re-enable lastest SDK testing on naclports. (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: fix Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/ninja/pkg_info ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ports/ninja/pkg_info ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698