aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkNx.h
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2016-02-17 10:00:07 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-17 10:00:07 -0800
commitfeec878e850850cb0a092a765e3af0f5a3fa2a42 (patch)
treeb8a14038dc972876ba7d1c3f0bcaa0f54c56fc87 /src/core/SkNx.h
parent68c063bf11c91b2b3b15cb93168cf2af9b2c642d (diff)
Simplified linear pipeline.
Diffstat (limited to 'src/core/SkNx.h')
-rw-r--r--src/core/SkNx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkNx.h b/src/core/SkNx.h
index 8722bf6dfa..166557dda2 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;
typedef SkNx<4, int> Sk4i;