| Index: include/core/SkTypes.h
|
| diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
|
| index 4e95c69f3229cdfc63b95cd2e1fa6bdaeccd8caf..a47225db1199a23ed80fd62c570e9c699b4435e9 100644
|
| --- a/include/core/SkTypes.h
|
| +++ b/include/core/SkTypes.h
|
| @@ -14,6 +14,12 @@
|
| #include "SkPostConfig.h"
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| +
|
| +#if defined(SK_ARM_HAS_NEON)
|
| + #include <arm_neon.h>
|
| +#elif SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE2
|
| + #include <immintrin.h>
|
| +#endif
|
| // IWYU pragma: end_exports
|
|
|
| #include <string.h>
|
|
|