| Index: include/core/SkPreConfig.h
|
| diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h
|
| index c17cc18e1176e2e550a9b1363400da3c7076f148..b9b46c073a85736d739cb8ed4bf380789130c97f 100644
|
| --- a/include/core/SkPreConfig.h
|
| +++ b/include/core/SkPreConfig.h
|
| @@ -118,6 +118,10 @@
|
| #define SK_CPU_SSE_LEVEL_AVX 51
|
| #define SK_CPU_SSE_LEVEL_AVX2 52
|
|
|
| +#ifdef SK_BUILD_FOR_IOS
|
| + #define SK_CPU_SSE_LEVEL 0 // We're tired of fighting with opts/ and iOS simulator.
|
| +#endif
|
| +
|
| // Are we in GCC?
|
| #ifndef SK_CPU_SSE_LEVEL
|
| // These checks must be done in descending order to ensure we set the highest
|
|
|