qt5base-lts/util/x86simdgen
Thiago Macieira b852584556 qsimd: update the generator script from OpenDCDiag
I'd been making changes to that and improving it for the past 2 years
without bringing it back into Qt.

The list of features is mostly the same, except:
- removed TSX features
- removed features specific to Xeon Phi processors
- added CET and AVX512FP16 features
- added the bit for hybrid CPU detection

See matching update at https://github.com/opendcdiag/opendcdiag/pull/49

Change-Id: I6fcda969a9e9427198bffffd16ce860b5a38aece
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2022-02-18 15:46:41 -08:00
..
3rdparty qsimd: update the generator script from OpenDCDiag 2022-02-18 15:46:41 -08:00
.gitignore qsimd: update the generator script from OpenDCDiag 2022-02-18 15:46:41 -08:00
header qsimd: update the generator script from OpenDCDiag 2022-02-18 15:46:41 -08:00
Makefile qsimd: update the generator script from OpenDCDiag 2022-02-18 15:46:41 -08:00
README.md qsimd: update the generator script from OpenDCDiag 2022-02-18 15:46:41 -08:00

Scripts to regenerate the x86 SIMD flags

Upstream: https://github.com/opendcdiag/opendcdiag License: Apache-2.0

The .conf files are meant to be edited and the options we want to use are uncommented.

To regenerate: make

Note: the license of the script does not affect the produced output's license. Therefore, no qt_attribution.json file is provided.