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

Unified Diff: test/win/compiler-flags/enable-enhanced-instruction-set.gyp

Issue 872643002: win: 'EnableEnhancedInstructionSet': '5' now enables /arch:AVX2. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 5 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
Index: test/win/compiler-flags/enable-enhanced-instruction-set.gyp
===================================================================
--- test/win/compiler-flags/enable-enhanced-instruction-set.gyp (revision 2027)
+++ test/win/compiler-flags/enable-enhanced-instruction-set.gyp (working copy)
@@ -50,5 +50,19 @@
},
],
}],
+ ['MSVS_VERSION[0:4]>="2013"', {
+ 'targets': [
+ {
+ 'target_name': 'avx2_extensions',
+ 'type': 'executable',
+ 'msvs_settings': {
+ 'VCCLCompilerTool': {
+ 'EnableEnhancedInstructionSet': '5', # AdvancedVectorExtensions2
+ }
+ },
+ 'sources': ['enable-enhanced-instruction-set.cc'],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « test/win/compiler-flags/enable-enhanced-instruction-set.cc ('k') | test/win/gyptest-cl-enable-enhanced-instruction-set.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698