fix command line option for avx512

we need to map it to the avx512f feature.

Change-Id: I565b5bd256003aa6f80180b0e06c04bad8ea68af
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen 2016-06-30 15:19:23 +02:00
parent a15b9d3910
commit 4a52b5cb33
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
"audio-backend": "boolean",
"avx": "boolean",
"avx2": "boolean",
"avx512": "boolean",
"avx512": { "type": "boolean", "name": "avx512f" },
"c++std": "cxxstd",
"commercial": "void",
"compile-examples": { "type": "boolean", "name": "compile_examples" },