qt5base-lts/util/x86simdgen
Thiago Macieira f89c4c4f8f qsimd_x86: update from upstream and enable a few more features
After https://github.com/opendcdiag/opendcdiag/pull/223.

Enabled for Qt:
* waitpkg
* RAO (Remote Atomic Operations)
* CMPccXADD
* avxifma
* LAM (Linear Address Masking)

Disabled:
* AVX-512 VNNI

Change-Id: I5f7f427ded124479baa6fffd1760c35ed5b2adbb
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2023-05-26 16:22:22 -07:00
..
3rdparty qsimd_x86: update from upstream and enable a few more features 2023-05-26 16:22:22 -07:00
.gitignore qsimd: update the generator script from OpenDCDiag 2022-02-18 15:46:41 -08:00
header x86simdgen: update the Makefile to include the copyright in the .cpp 2023-05-26 16:22:15 -07:00
Makefile x86simdgen: update the Makefile to include the copyright in the .cpp 2023-05-26 16:22:15 -07: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.