qt5base-lts/util/x86simdgen
Thiago Macieira b2298b7e94 qsimd_p.h: let the generator script generate the ARCH target strings
__attribute__((target("arch=xxxx"))) does not work because the compilers
(GCC at least) don't test the CPU features that they are targeting, so
we keep getting "inline failed" compiler errors.

GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90129

Upstream patch: https://github.com/opendcdiag/opendcdiag/pull/59

Change-Id: I6fcda969a9e9427198bffffd16cea09fda4406d2
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2022-02-19 13:40:21 -08:00
..
3rdparty qsimd_p.h: let the generator script generate the ARCH target strings 2022-02-19 13:40:21 -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.