summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qsimd_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix qYieldCpu() for ARM < ARMv7Marc Mutz2022-08-041-1/+1
* x86/RDSEED: Work around QNX compiler missing the rdseed intrinsicThiago Macieira2022-07-061-0/+4
* CMake: update the x86 intrinsic checksThiago Macieira2022-06-281-27/+37
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-181-1/+0
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-3/+3
* Fix namespaced builds on ARMLars Knoll2022-05-101-1/+1
* Add ARM YIELD support to qYieldCpu()Marc Mutz2022-05-101-1/+16
* Long live qYieldCpu()!Marc Mutz2022-04-291-0/+29
* qsimd: remove dead preprocessor directivesMarc Mutz2022-04-291-3/+0
* qsimd_p.h: let the generator script generate the ARCH target stringsThiago Macieira2022-02-191-1/+0
* qsimd_p.h: add x86-64-v4Thiago Macieira2022-02-191-0/+15
* qsimd_p.h: disallow building with just -mavx2 instead of full x86-64-v3Thiago Macieira2022-02-191-8/+17
* qsimd_p.h: Restore compatibility with C codeThiago Macieira2022-02-191-45/+26
* qsimd_p.h: group the two HWRNG-related functionsThiago Macieira2022-02-191-4/+13
* qsimd_p.h: move macros upThiago Macieira2022-02-191-9/+9
* Revert "Correct haswell function target for clang"Allan Sandfeld Jensen2022-02-191-5/+1
* qsimd: Remove QT_COMPILER_SUPPORTS_SIMD_ALWAYSThiago Macieira2022-02-181-2/+5
* qsimd: update the generator script from OpenDCDiagThiago Macieira2022-02-181-1/+3
* qsimd: Initialize the current state as soon as QtCore loadsThiago Macieira2022-02-171-6/+3
* Correct haswell function target for clangAllan Sandfeld Jensen2022-02-161-1/+5
* qsimd: simplify the code slightlyThiago Macieira2022-02-151-6/+4
* qsimd_p.h: add a hack to allow AVX to work with MinGWThiago Macieira2022-01-201-0/+23
* qsimd.h: move the rest of the __xxx__ definitions that MSVC lacksThiago Macieira2022-01-201-27/+2
* wasm: add simd supportLorn Potter2021-10-051-1/+4
* qsimd: Don't force RDRND on if __AVX2__Thiago Macieira2021-06-221-5/+4
* Fix SSE4.1, RDSEED requirement for clang-cl buildsAllan Sandfeld Jensen2021-06-171-1/+5
* Add runtime ARM64 AES checkAllan Sandfeld Jensen2021-05-201-17/+29
* Add runtime aes/crypto check for ARMAllan Sandfeld Jensen2021-04-211-0/+5
* string 16<->8 bits conversion: SIMD on arm32Nick Shaforostoff2021-03-081-0/+16
* Add a public qsimd.h headerLars Knoll2020-03-261-20/+1
* Move qsimd* from corelib/tools to corelib/globalLars Knoll2020-03-261-0/+396