Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: gyp/opts.gypi

Issue 1290423007: Add build targets for advanced Intel instruction sets (1 of 3). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gyp,preconfig Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/opts.gyp ('k') | include/core/SkPreConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/opts.gypi
diff --git a/gyp/opts.gypi b/gyp/opts.gypi
index eec677f48438bfc5b102ab48659de38ca6f11328..d5dab44a45fc884d58473fe886a4c068c29a0741 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': [
+ ],
}
« no previous file with comments | « gyp/opts.gyp ('k') | include/core/SkPreConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698