qt5base-lts/util/x86simdgen
Edward Welbourne 681bef22a7 Fix generation of qsimd_x86 files to require no hand-editing
Recent fixes to include the "We mean it" comment in the header also
lead to that comment appearing in the generated .cpp file, which also
lacked the "This is a generated file. DO NOT EDIT." comment. The
generated header also lacked a blank line after the "We mean it"
comment, so include that (and take it out, too, in the .cpp). The
"Please see" line of the "DO NOT EDIT" comment also used the name of
the generator script as seen from the Makefile that drives the
regeneration; replace this with the README.md file that actually
explains how to regenerate the files in corelib/global/.

This amends commit 71af0d7059
and commit b852584556

Change-Id: I4b5b4dbef5954819632bb625d1914a9ec46e15d9
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2022-04-07 23:04:04 +02: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 Fix generation of qsimd_x86 files to require no hand-editing 2022-04-07 23:04:04 +02:00
Makefile Fix generation of qsimd_x86 files to require no hand-editing 2022-04-07 23:04:04 +02: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.