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

Unified Diff: gyp/opts.gypi

Issue 1532613002: AVX 2 SrcOver blits: color32, blitmask. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: i'd have sworn other_cflags used to work Created 4 years, 11 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') | src/core/SkOpts.cpp » ('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 f2d36b9dfc1613e0d6fa7f39b615ef6436eae9c2..1a0d0300a430ea8d449a8a9396c0ea4a257a02cc 100644
--- a/gyp/opts.gypi
+++ b/gyp/opts.gypi
@@ -60,6 +60,6 @@
'<(skia_src_path)/opts/SkOpts_avx.cpp',
],
'avx2_sources': [
- '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
+ '<(skia_src_path)/opts/SkOpts_avx2.cpp',
],
}
« no previous file with comments | « gyp/opts.gyp ('k') | src/core/SkOpts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698