aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2016-06-23 09:40:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-23 09:40:30 -0700
commit4d1dd6643f2efa34d22d5fc3cf9cb4866252358e (patch)
tree6bd7dd298730fb8464e11aadbda66115085cd083 /gyp
parent9cb6340a62a5d748e4189d50e51fa527c8c80c03 (diff)
Add stub for avx.
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2087343002 CQ_EXTRA_TRYBOTS=client.skia:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-SKNX_NO_SIMD-Trybot Review-Url: https://codereview.chromium.org/2087343002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/opts.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gyp/opts.gypi b/gyp/opts.gypi
index fbc3d4910a..6db9d0ced8 100644
--- a/gyp/opts.gypi
+++ b/gyp/opts.gypi
@@ -49,13 +49,13 @@
'sse41_sources': [
'<(skia_src_path)/opts/SkOpts_sse41.cpp',
],
+ 'avx_sources': [
+ '<(skia_src_path)/opts/SkOpts_avx.cpp',
+ ],
# These targets are empty, but XCode doesn't like that, so add an empty file to each.
'sse42_sources': [
'<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],
- 'avx_sources': [
- '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
- ],
'avx2_sources': [
'<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],