summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.json b/configure.json
index 9a9645a23a..c69c2ac0f8 100644
--- a/configure.json
+++ b/configure.json
@@ -314,10 +314,6 @@
"type": "compile",
"test": "common/avx"
},
- "avx_apple_clang": {
- "label": "bugfree AVX support in compiler",
- "type": "avx_test_apple_clang"
- },
"avx2": {
"label": "AVX2 instructions",
"type": "compile",
@@ -751,7 +747,7 @@
},
"avx": {
"label": "AVX",
- "condition": "features.sse4_2 && tests.avx && tests.avx_apple_clang",
+ "condition": "features.sse4_2 && tests.avx",
"output": [
"privateConfig",
{ "type": "define", "name": "QT_COMPILER_SUPPORTS_AVX", "value": 1 }