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

Unified Diff: third_party/libvpx_new/generate_gypi.sh

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 | « no previous file | third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx_new/generate_gypi.sh
diff --git a/third_party/libvpx_new/generate_gypi.sh b/third_party/libvpx_new/generate_gypi.sh
index 93ffdecac1630a4eb16dd242cb29f5108b15c762..d650e8d06c2b4bf37e204864bdd8b869107ff24f 100755
--- a/third_party/libvpx_new/generate_gypi.sh
+++ b/third_party/libvpx_new/generate_gypi.sh
@@ -169,7 +169,7 @@ function write_target_definition {
if [[ -z $DISABLE_AVX && $4 == avx ]]; then
echo " 'msvs_settings': {" >> "$2"
echo " 'VCCLCompilerTool': {" >> "$2"
- echo " 'EnableEnhancedInstructionSet': '4', # /arch:AVX" >> "$2"
+ echo " 'EnableEnhancedInstructionSet': '3', # /arch:AVX" >> "$2"
echo " }," >> "$2"
echo " }," >> "$2"
fi
« no previous file with comments | « no previous file | third_party/libvpx_new/libvpx_srcs_x86_64_intrinsics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698