| Index: src/core/SkNx.h
|
| diff --git a/src/core/SkNx.h b/src/core/SkNx.h
|
| index 986c1334153a4e590e5865f8210b9a5b2d5e26dc..caf41f883b216093e7bd301b6ef0dab0751c6bd8 100644
|
| --- a/src/core/SkNx.h
|
| +++ b/src/core/SkNx.h
|
| @@ -198,6 +198,7 @@ typedef SkNx<4, uint8_t> Sk4b;
|
| typedef SkNx<16, uint8_t> Sk16b;
|
| typedef SkNx<4, uint16_t> Sk4h;
|
| typedef SkNx<16, uint16_t> Sk16h;
|
| +typedef SkNx<4, int> Sk4i;
|
|
|
| // Include platform specific specializations if available.
|
| #if !defined(SKNX_NO_SIMD) && SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE2
|
|
|