mirror of https://github.com/qt/qtbase.git
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:
parent
a15b9d3910
commit
4a52b5cb33
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue