Chromium Code Reviews| 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
|
| ], |
| }, |
| { |