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

Unified Diff: third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi

Issue 1460763003: Fix libvpx's gyp for enabling AVX instructions with MSVC and clang-cl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « third_party/libvpx_new/generate_gypi.sh ('k') | third_party/libvpx_new/libvpx_srcs_x86_intrinsics.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi
diff --git a/third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi b/third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi
index e22c02cea5bc45b1aace84cff29233740521a970..dc262767c8790c94239580f1a09652eafedca835 100644
--- a/third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi
+++ b/third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi
@@ -107,7 +107,7 @@
'xcode_settings': { 'OTHER_CFLAGS': [ '-mavx' ] },
'msvs_settings': {
'VCCLCompilerTool': {
- 'EnableEnhancedInstructionSet': '4', # /arch:AVX
+ 'EnableEnhancedInstructionSet': '3', # /arch:AVX
},
},
},
« no previous file with comments | « third_party/libvpx_new/generate_gypi.sh ('k') | third_party/libvpx_new/libvpx_srcs_x86_intrinsics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698