Disable AVX for the whole Apple Clang 3.x series, not just 3.0
Version 3.1, shipped with Xcode 4.3, has the same issues compiling Qt's AVX code. Change-Id: Icb778fbd9d61f01aa84365661af050c9442d4d7f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
0c768600f7
commit
1c90590768
2
configure
vendored
2
configure
vendored
@ -4161,7 +4161,7 @@ if [ "${CFG_AVX}" = "auto" ]; then
|
||||
*g++*|*-clang*)
|
||||
# Some clang versions produce internal compiler errors compiling Qt AVX code
|
||||
case `$TEST_COMPILER --version` in
|
||||
Apple\ clang\ version\ 2*|Apple\ clang\ version\ 3.0*)
|
||||
Apple\ clang\ version\ [23]*)
|
||||
CFG_AVX=no
|
||||
if [ "$OPT_VERBOSE" = "yes" ]; then
|
||||
echo 'AVX support disabled for blacklisted clang compiler'
|
||||
|
Loading…
Reference in New Issue
Block a user