| Commit message (Expand) | Author | Age | Files | Lines |
| * | qsimd/x86: Remove detection of RDRND and RDSEED | Thiago Macieira | 2025-11-18 | 1 | -148/+0 |
| * | qsimd: perform RDSEED sanity check in case if available | Mikhail Paulyshka | 2025-03-11 | 1 | -5/+10 |
| * | Support clang-cl | Allan Sandfeld Jensen | 2024-11-15 | 1 | -1/+1 |
| * | Add LSX and LASX configure detection | Chen Zhanwang | 2024-10-22 | 1 | -1/+48 |
| * | Remove dead code in checkRdrndWorks() if __RDRND__ is defined | Thiago Macieira | 2024-10-04 | 1 | -0/+6 |
| * | Add ARM SVE detection | Allan Sandfeld Jensen | 2024-10-02 | 1 | -2/+16 |
| * | Clean and assert our ARM extensions on Apple hardware | Allan Sandfeld Jensen | 2024-09-29 | 1 | -4/+17 |
| * | Fix runtime detection of ARM AES extension on Darwin (iOS) | Allan Sandfeld Jensen | 2024-09-25 | 1 | -1/+2 |
| * | Fix ARM NEON detection on MSVC arm64 | Allan Sandfeld Jensen | 2024-08-12 | 1 | -1/+1 |
| * | Reorganise QtTest 3rdparty to separate its various parts | Edward Welbourne | 2024-07-11 | 1 | -1/+1 |
| * | qsimd_p.h: move the ARM Crypto (AES) disabling on Linux | Thiago Macieira | 2024-02-10 | 1 | -5/+0 |
| * | Remove remnants of Qt for Native Client (NACL) | Tor Arne Vestbø | 2023-09-23 | 1 | -7/+2 |
| * | Fix build with GCC 13: target specific option mismatch | Thiago Macieira | 2023-01-19 | 1 | -7/+13 |
| * | qsimd: don't enforce shstk (CET) feature on launch | Thiago Macieira | 2022-06-20 | 1 | -0/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | QSimd: fix MSVC C4319 warning on ARM | Marc Mutz | 2022-04-29 | 1 | -1/+1 |
| * | Fix build with GCC 12's libstdc++ and Clang | Thiago Macieira | 2022-04-26 | 1 | -0/+3 |
| * | qsimd.cpp: don't disable SSE FP math | Thiago Macieira | 2022-03-03 | 1 | -5/+7 |
| * | qsimd.cpp: fix _FORTIFY_SOURCE=2 builds | Thiago Macieira | 2022-03-03 | 1 | -0/+1 |
| * | qsimd_p.h: Restore compatibility with C code | Thiago Macieira | 2022-02-19 | 1 | -5/+6 |
| * | qsimd: update the generator script from OpenDCDiag | Thiago Macieira | 2022-02-18 | 1 | -32/+10 |
| * | qsimd/x86: lower the target architecture for load-time code | Thiago Macieira | 2022-02-17 | 1 | -1/+23 |
| * | qsimd: Initialize the current state as soon as QtCore loads | Thiago Macieira | 2022-02-17 | 1 | -18/+43 |
| * | qsimd: simplify the code slightly | Thiago Macieira | 2022-02-15 | 1 | -10/+3 |
| * | qsimd/x86: disable the F16C, FMA, and VAES features if AVX is disabled | Thiago Macieira | 2022-01-28 | 1 | -2/+2 |
| * | windows arm64: Use correct Q_PROCESSOR_ARM_64 define check | Oliver Wolff | 2022-01-25 | 1 | -2/+3 |
| * | Add runtime ARM64 AES check | Allan Sandfeld Jensen | 2021-05-20 | 1 | -12/+29 |
| * | Fix missing CPU feature feedback | Allan Sandfeld Jensen | 2021-04-21 | 1 | -12/+6 |
| * | Cleanup qsimd ARM code | Allan Sandfeld Jensen | 2021-04-21 | 1 | -44/+26 |
| * | Add runtime aes/crypto check for ARM | Allan Sandfeld Jensen | 2021-04-21 | 1 | -3/+20 |
| * | Fix ARM and MIPS runtime CPU feature flags | Allan Sandfeld Jensen | 2021-04-20 | 1 | -11/+11 |
| * | Whitespace cleanup in corelib/global | Allan Sandfeld Jensen | 2020-10-21 | 1 | -17/+28 |
| * | Deal with macOS not enabling AVX512 state in XCR0 | Thiago Macieira | 2020-07-22 | 1 | -18/+50 |
| * | Fix build of rdrand & rdseed with ICC on Linux | Thiago Macieira | 2020-05-06 | 1 | -8/+20 |
| * | Move qsimd* from corelib/tools to corelib/global | Lars Knoll | 2020-03-26 | 1 | -0/+718 |