| Index: src/core/SkNx.h
|
| diff --git a/src/core/SkNx.h b/src/core/SkNx.h
|
| index 4cb15dffe725efb928a24fb0344c253fe99f064e..7ae5d82976960dffd405c9a96cfa67c84001a56b 100644
|
| --- a/src/core/SkNx.h
|
| +++ b/src/core/SkNx.h
|
| @@ -237,9 +237,7 @@ typedef SkNx<16, uint8_t> Sk16b;
|
| typedef SkNx<4, int> Sk4i;
|
|
|
| // Include platform specific specializations if available.
|
| -#if !defined(SKNX_NO_SIMD) && SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_AVX
|
| - #include "../opts/SkNx_avx.h"
|
| -#elif !defined(SKNX_NO_SIMD) && SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE2
|
| +#if !defined(SKNX_NO_SIMD) && SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE2
|
| #include "../opts/SkNx_sse.h"
|
| #elif !defined(SKNX_NO_SIMD) && defined(SK_ARM_HAS_NEON)
|
| #include "../opts/SkNx_neon.h"
|
|
|