aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/textbloblooper.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-04-14 11:49:14 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-14 11:49:14 -0700
commit8fe8fffdfa7464c6f7da773b8660a2043f4998e0 (patch)
treea6063984d9b5c93040468b661e322b74fd95d5a7 /gm/textbloblooper.cpp
parent5dc6b7d1a8bc591d62366ff83c434ff74f3e10fc (diff)
Rename SkNi to SkNb.
As used today, SkNi is used in bool-y contexts. This keeps that, but under a new name, SkNb. This makes room for a new SkNi that's focused on integer-y things like loads, stores, arithmetic, etc. The main reason to split these is that we want different specializations for each use case: for bools, it's important for us to specialize 32- and 64-bit to support efficient float- and double- comparisons, but for integer work we're more likely to be looking at 8- and 16- bit lanes. Keeping these use cases siloed helps me manage the compexity of the backend NEON and SSE code. BUG=skia: Review URL: https://codereview.chromium.org/1083123002
Diffstat (limited to 'gm/textbloblooper.cpp')
0 files changed, 0 insertions, 0 deletions