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

Unified Diff: gyp/opts.gyp

Issue 1881903004: Rewriting MatrixConvolution image filter with SSE and AVX2 Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 8 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 | gyp/opts.gypi » ('j') | gyp/opts.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/opts.gyp
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index ae4b294fdbfa8954a5c1196396d68944155b9972..5294cff7c8e8001d8609eaea6d325a807ac37c35 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -169,7 +169,7 @@
'msvs_settings': { 'VCCLCompilerTool': { 'EnableEnhancedInstructionSet': '5' } },
'xcode_settings': { 'OTHER_CPLUSPLUSFLAGS': [ '-mavx2' ] },
'conditions': [
- [ 'not skia_android_framework', { 'cflags': [ '-mavx2' ] }],
+ [ 'not skia_android_framework', { 'cflags': [ '-mavx2', '-mtune=core-avx2' ] }],
Sergey M 2016/04/12 19:46:05 Add additional tuning parameter. This flag enable
],
},
{
« no previous file with comments | « no previous file | gyp/opts.gypi » ('j') | gyp/opts.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698