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

Unified Diff: gyp/opts.gypi

Issue 1679053002: Remove SkNx AVX code. It is not really used. Getting in the way of refactoring. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: GYP Created 4 years, 10 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 | « no previous file | src/core/SkNx.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 f2d36b9dfc1613e0d6fa7f39b615ef6436eae9c2..3401a80e8552acc817fef87e1cd228f296d28bbd 100644
--- a/gyp/opts.gypi
+++ b/gyp/opts.gypi
@@ -57,7 +57,7 @@
'<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],
'avx_sources': [
- '<(skia_src_path)/opts/SkOpts_avx.cpp',
+ '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
],
'avx2_sources': [
'<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp',
« no previous file with comments | « no previous file | src/core/SkNx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698