aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts/SkOpts_avx.cpp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-02-08 15:50:22 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-08 15:50:22 -0800
commit81bb79b7b97909eb2b10444c4bd06bc9e1e56db3 (patch)
treeaec0539ddf221d32455cb9ca47ffb0f4825e6ed6 /src/opts/SkOpts_avx.cpp
parent3ac66e98f8701b8105a4c6ae85de61a9e8e5343a (diff)
Remove SkNx AVX code. It is not really used. Getting in the way of refactoring.
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1679053002 CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Review URL: https://codereview.chromium.org/1679053002
Diffstat (limited to 'src/opts/SkOpts_avx.cpp')
-rw-r--r--src/opts/SkOpts_avx.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/opts/SkOpts_avx.cpp b/src/opts/SkOpts_avx.cpp
deleted file mode 100644
index 8802153002..0000000000
--- a/src/opts/SkOpts_avx.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright 2015 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "SkOpts.h"
-#define SK_OPTS_NS sk_avx
-#include "SkXfermode_opts.h"
-
-namespace SkOpts {
- void Init_avx() {
- create_xfermode = sk_avx::create_xfermode;
- }
-}
-