aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/opts.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/opts.gypi')
-rw-r--r--gyp/opts.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gyp/opts.gypi b/gyp/opts.gypi
index eec677f484..d5dab44a45 100644
--- a/gyp/opts.gypi
+++ b/gyp/opts.gypi
@@ -52,4 +52,10 @@
'<(skia_src_path)/opts/SkBlitRow_opts_SSE4.cpp',
'<(skia_src_path)/opts/SkOpts_sse41.cpp',
],
+ 'sse42_sources': [
+ ],
+ 'avx_sources': [
+ ],
+ 'avx2_sources': [
+ ],
}