qt5base-lts/config.tests
Thiago Macieira db342f42a4 CMake: update the x86 intrinsic checks
Merge all the existing checks into a single one, which is a simple pass
or fail, since all our supported compilers support all the intrinsics up
to Cannon Lake. The two I've recently added (AVX512VBMI2 and VAES)
aren't yet supported everywhere, so they stay.

For some reason, all intrinsics seem to be disabled on Android. It looks
like some support was missing during the CMake port and this was never
again looked at. I'm leaving it be.

As for WASM, discussion with maintainers is that the WASM emulation of
x86 intrinsics is too hit-and-miss. No one is testing the performance,
particularly the person writing such code (me). They also have some
non-obvious selection of what is supported natively and what is
merely emulated. Using the actual WASM intrinsics is preferred, but
someone else's job.

Change-Id: Ib42b3adc93bf4d43bd55fffd16c10d66208e8384
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
2022-06-28 03:28:42 +00:00
..
arch Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
binary_for_strip Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
cmake_zstd Check whether CMake was built with zstd support 2021-04-16 16:49:28 +02:00
direct_extern_access CMake: Test the linker too for -mno-direct-extern-access 2022-05-25 16:29:31 -07:00
precompile_header Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
separate_debug_info Add VERBATIM option to add_custom_command calls 2022-03-17 15:15:06 +01:00
static_link_order Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
verifyspec Remove the qmake project files 2021-01-07 15:32:28 +01:00
x86_simd CMake: update the x86 intrinsic checks 2022-06-28 03:28:42 +00:00
x86intrin CMake: update the x86 intrinsic checks 2022-06-28 03:28:42 +00:00
.gitignore
.qmake.conf