aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts/opts_check_x86.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-04-27 14:47:22 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-27 14:47:23 -0700
commitd65dc0cedd5b50dd407b6ff8fdc39123f11511cc (patch)
treea5a3160753538e2629ff23341161f8593c835d68 /src/opts/opts_check_x86.cpp
parentd7c014ff03d44d3ed7a6a2ddca59621a7e98f739 (diff)
De-proc Color32
Also strips SK_SUPPORT_LEGACY_COLOR32_MATH, which is no longer needed. Seems handy to have SkTypes include the relevant intrinsics when we know we've got them, but I'm not married to it. Locally this looks like a pointlessly small perf win, but I'm mostly keen to get all the code together. BUG=skia: Committed: https://skia.googlesource.com/skia/+/376e9bc206b69d9190f38dfebb132a8769bbd72b Review URL: https://codereview.chromium.org/1104183004
Diffstat (limited to 'src/opts/opts_check_x86.cpp')
-rw-r--r--src/opts/opts_check_x86.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/opts/opts_check_x86.cpp b/src/opts/opts_check_x86.cpp
index 7314f7dcf8..cdefec2eac 100644
--- a/src/opts/opts_check_x86.cpp
+++ b/src/opts/opts_check_x86.cpp
@@ -258,14 +258,6 @@ SkBlitRow::Proc32 SkBlitRow::PlatformProcs32(unsigned flags) {
}
}
-SkBlitRow::ColorProc SkBlitRow::PlatformColorProc() {
- if (supports_simd(SK_CPU_SSE_LEVEL_SSE2)) {
- return Color32_SSE2;
- } else {
- return NULL;
- }
-}
-
////////////////////////////////////////////////////////////////////////////////
SkBlitMask::ColorProc SkBlitMask::PlatformColorProcs(SkColorType dstCT,