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

Unified Diff: src/trusted/service_runtime/arch/x86_32/sel_rt_32.c

Issue 1778653002: Add explicit includes for a few intrinsics. (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
Index: src/trusted/service_runtime/arch/x86_32/sel_rt_32.c
diff --git a/src/trusted/service_runtime/arch/x86_32/sel_rt_32.c b/src/trusted/service_runtime/arch/x86_32/sel_rt_32.c
index 13715292afe311003be1b80f9cf5e4cadd8c7ca4..5757b6c90454ff9bfe57c2a959ddb69b195f5ae4 100644
--- a/src/trusted/service_runtime/arch/x86_32/sel_rt_32.c
+++ b/src/trusted/service_runtime/arch/x86_32/sel_rt_32.c
@@ -12,7 +12,7 @@
/*
* This header declares the _mm_getcsr function.
*/
-#include <mmintrin.h>
+#include <intrin.h>
#endif
#include "native_client/src/shared/platform/nacl_log.h"

Powered by Google App Engine
This is Rietveld 408576698