aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
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 /gyp
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 'gyp')
-rw-r--r--gyp/opts.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/opts.gypi b/gyp/opts.gypi
index f2d36b9dfc..3401a80e85 100644
--- a/gyp/opts.gypi
+++ b/gyp/opts.gypi
@@ -57,7 +57,7 @@
'<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],
'avx_sources': [
- '<(skia_src_path)/opts/SkOpts_avx.cpp',
+ '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],
'avx2_sources': [
'<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',