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

Unified Diff: sky/engine/wtf/CPU.h

Issue 719063002: Revert "Remove support for MSVC" (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/wtf/CPU.h
diff --git a/sky/engine/wtf/CPU.h b/sky/engine/wtf/CPU.h
index 4115ed1b0b78cfbede766a146c5ed0132cca26a1..061d128afab82d7c4883c04f7e28a4d226e0e4a8 100644
--- a/sky/engine/wtf/CPU.h
+++ b/sky/engine/wtf/CPU.h
@@ -70,6 +70,7 @@
#elif !defined(__ARM_EABI__) \
&& !defined(__EABI__) \
&& !defined(__VFP_FP__) \
+ && !defined(_WIN32_WCE) \
&& !defined(ANDROID)
#define WTF_CPU_MIDDLE_ENDIAN 1
@@ -158,7 +159,7 @@
#define WTF_CPU_ARM_NEON 1
#endif
-#if CPU(ARM_NEON)
+#if CPU(ARM_NEON) && (!COMPILER(GCC) || GCC_VERSION_AT_LEAST(4, 7, 0))
// All NEON intrinsics usage can be disabled by this macro.
#define HAVE_ARM_NEON_INTRINSICS 1
#endif
« no previous file with comments | « sky/engine/wtf/ByteSwap.h ('k') | sky/engine/wtf/Compiler.h » ('j') | sky/engine/wtf/Compiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698