ref: 37a83b447e122192f81482f5cc854a75b803fdd4
parent: 0d28133b12720695252ea25264733e8d6240612d
author: Johann <[email protected]>
date: Mon Nov 18 08:30:19 EST 2013
Disable avx/avx2 for Visual Studio 2010 VS2010 only supports avx. There is currently no avx code in libvpx so don't create a special case for it. Change-Id: I39a11410367712b98bc6122c5a42fabffcdb94cf
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -1078,7 +1078,7 @@
msvs_arch_dir=x86-msvs
vc_version=${tgt_cc##vs}
case $vc_version in
- 7|8|9)
+ 7|8|9|10)
echo "${tgt_cc} does not support avx/avx2, disabling....."
RTCD_OPTIONS="${RTCD_OPTIONS}--disable-avx --disable-avx2 "
soft_disable avx