| Index: src/core/SkNx.h
|
| diff --git a/src/core/SkNx.h b/src/core/SkNx.h
|
| index 308addd9283c505e8c799852a389be40b783be19..881a475ce0d12e3b30a6678d26e9d7852e1685a4 100644
|
| --- a/src/core/SkNx.h
|
| +++ b/src/core/SkNx.h
|
| @@ -293,7 +293,8 @@ typedef SkNx<4, uint16_t> Sk4h;
|
| typedef SkNx<8, uint16_t> Sk8h;
|
| typedef SkNx<16, uint16_t> Sk16h;
|
|
|
| -typedef SkNx<4, int> Sk4i;
|
| +typedef SkNx<4, int32_t> Sk4i;
|
| +typedef SkNx<4, uint32_t> Sk4u;
|
|
|
| // Include platform specific specializations if available.
|
| #if !defined(SKNX_NO_SIMD) && SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE2
|
|
|