| Index: sky/engine/wtf/CPU.h
|
| diff --git a/sky/engine/wtf/CPU.h b/sky/engine/wtf/CPU.h
|
| index 061d128afab82d7c4883c04f7e28a4d226e0e4a8..4115ed1b0b78cfbede766a146c5ed0132cca26a1 100644
|
| --- a/sky/engine/wtf/CPU.h
|
| +++ b/sky/engine/wtf/CPU.h
|
| @@ -70,7 +70,6 @@
|
| #elif !defined(__ARM_EABI__) \
|
| && !defined(__EABI__) \
|
| && !defined(__VFP_FP__) \
|
| - && !defined(_WIN32_WCE) \
|
| && !defined(ANDROID)
|
| #define WTF_CPU_MIDDLE_ENDIAN 1
|
|
|
| @@ -159,7 +158,7 @@
|
| #define WTF_CPU_ARM_NEON 1
|
| #endif
|
|
|
| -#if CPU(ARM_NEON) && (!COMPILER(GCC) || GCC_VERSION_AT_LEAST(4, 7, 0))
|
| +#if CPU(ARM_NEON)
|
| // All NEON intrinsics usage can be disabled by this macro.
|
| #define HAVE_ARM_NEON_INTRINSICS 1
|
| #endif
|
|
|