summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qsimd.cpp
Commit message (Expand)AuthorAgeFilesLines
* qsimd_p.h: move the ARM Crypto (AES) disabling on LinuxThiago Macieira2024-02-101-5/+0
* Remove remnants of Qt for Native Client (NACL)Tor Arne Vestbø2023-09-231-7/+2
* Fix build with GCC 13: target specific option mismatchThiago Macieira2023-01-191-7/+13
* qsimd: don't enforce shstk (CET) feature on launchThiago Macieira2022-06-201-0/+6
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QSimd: fix MSVC C4319 warning on ARMMarc Mutz2022-04-291-1/+1
* Fix build with GCC 12's libstdc++ and ClangThiago Macieira2022-04-261-0/+3
* qsimd.cpp: don't disable SSE FP mathThiago Macieira2022-03-031-5/+7
* qsimd.cpp: fix _FORTIFY_SOURCE=2 buildsThiago Macieira2022-03-031-0/+1
* qsimd_p.h: Restore compatibility with C codeThiago Macieira2022-02-191-5/+6
* qsimd: update the generator script from OpenDCDiagThiago Macieira2022-02-181-32/+10
* qsimd/x86: lower the target architecture for load-time codeThiago Macieira2022-02-171-1/+23
* qsimd: Initialize the current state as soon as QtCore loadsThiago Macieira2022-02-171-18/+43
* qsimd: simplify the code slightlyThiago Macieira2022-02-151-10/+3
* qsimd/x86: disable the F16C, FMA, and VAES features if AVX is disabledThiago Macieira2022-01-281-2/+2
* windows arm64: Use correct Q_PROCESSOR_ARM_64 define checkOliver Wolff2022-01-251-2/+3
* Add runtime ARM64 AES checkAllan Sandfeld Jensen2021-05-201-12/+29
* Fix missing CPU feature feedbackAllan Sandfeld Jensen2021-04-211-12/+6
* Cleanup qsimd ARM codeAllan Sandfeld Jensen2021-04-211-44/+26
* Add runtime aes/crypto check for ARMAllan Sandfeld Jensen2021-04-211-3/+20
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11
* Whitespace cleanup in corelib/globalAllan Sandfeld Jensen2020-10-211-17/+28
* Deal with macOS not enabling AVX512 state in XCR0Thiago Macieira2020-07-221-18/+50
* Fix build of rdrand & rdseed with ICC on LinuxThiago Macieira2020-05-061-8/+20
* Move qsimd* from corelib/tools to corelib/globalLars Knoll2020-03-261-0/+718