summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-06-16 12:58:44 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-06-25 17:43:45 +0000
commit58d3a3eda271ad696d5df6f16b09bad97f9b54a1 (patch)
tree67a83c9e827c35fb7d1df7401d0f106e3d81bd2d /configure.json
parentaf7267209cae39c35f12fb7411bac710af40d602 (diff)
Register avx2 as private feature
Needed for the SIMD options in Qt 3D. Change-Id: I9a9def83a6aa50b9a45c9526aa4e7415679ec308 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 07caedc5cb..633b5c8411 100644
--- a/configure.json
+++ b/configure.json
@@ -818,6 +818,7 @@
"condition": "features.avx && tests.avx2",
"output": [
"privateConfig",
+ "privateFeature",
{ "type": "define", "name": "QT_COMPILER_SUPPORTS_AVX2", "value": 1 }
]
},