aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/opts
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@google.com>2015-02-10 18:17:17 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-10 18:17:17 -0800
commit94aca69d1eaab73f6e6a06ee48dae7b2b1fc2f93 (patch)
treec0f51108950d06f1af7c246963da6abbec1fa98c /src/opts
parent8ed666d230231c7280069236f265a61edb8a9a20 (diff)
Revert of add dummy avx file so xcode will build (patchset #1 id:1 of https://codereview.chromium.org/916563002/)
Reason for revert: Going to punt on 16-bit float support for now. Can't figure out ARM 64. Original issue's description: > add dummy avx file so xcode will build > > BUG=skia: > > Committed: https://skia.googlesource.com/skia/+/a0921f2563701d54e4e022de99f2705f4ada8a6e TBR=reed@google.com NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/912213002
Diffstat (limited to 'src/opts')
-rw-r--r--src/opts/SkDummy_opts_AVX.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/opts/SkDummy_opts_AVX.cpp b/src/opts/SkDummy_opts_AVX.cpp
deleted file mode 100644
index 9ff6dc1eb9..0000000000
--- a/src/opts/SkDummy_opts_AVX.cpp
+++ /dev/null
@@ -1,2 +0,0 @@
-
-// This file intentionally left blank