__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>
|
||
|---|---|---|
| .. | ||
| 3rdparty | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
| header | ||
README.md
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.