From 1c905907688c8d1a150663d3cf0c2dd2c1a93959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 4 Mar 2013 15:36:26 +0100 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 8094a85777..64e55bc9f7 100755 --- a/configure +++ b/configure @@ -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' -- cgit v1.2.3