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

Unified Diff: gyp/opts.gypi

Issue 1432903002: float xfermodes (burn, dodge, softlight) in Sk8f, possibly using AVX. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 1.0f/255 Created 5 years, 1 month 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 | « no previous file | src/core/SkNx.h » ('j') | src/opts/SkNx_avx.h » ('J')
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 3401a80e8552acc817fef87e1cd228f296d28bbd..f2d36b9dfc1613e0d6fa7f39b615ef6436eae9c2 100644
--- a/gyp/opts.gypi
+++ b/gyp/opts.gypi
@@ -57,7 +57,7 @@
'<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],
'avx_sources': [
- '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
+ '<(skia_src_path)/opts/SkOpts_avx.cpp',
],
'avx2_sources': [
'<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
« no previous file with comments | « no previous file | src/core/SkNx.h » ('j') | src/opts/SkNx_avx.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698