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

Unified Diff: src/trusted/service_runtime/arch/x86_64/sel_rt_64.c

Issue 1808123003: win: Fix another intrinsic include. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/arch/x86_64/sel_rt_64.c
diff --git a/src/trusted/service_runtime/arch/x86_64/sel_rt_64.c b/src/trusted/service_runtime/arch/x86_64/sel_rt_64.c
index 63769e334826b5ba762de37c9b73af8ed41ec7de..4987cfb47c060a7101f3b9860d64b129fde4915b 100644
--- a/src/trusted/service_runtime/arch/x86_64/sel_rt_64.c
+++ b/src/trusted/service_runtime/arch/x86_64/sel_rt_64.c
@@ -13,7 +13,7 @@
* This header declares the _mm_getcsr function.
*/
#if NACL_WINDOWS
-#include <mmintrin.h>
+#include <intrin.h>
#else
#include <xmmintrin.h>
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698