about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/tests/x86-specific.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Move `std_detect` from `library/stdarch` to `library`Jakub Beránek-117/+0
2025-06-11Fixes to compile with latest Rust nightlyAmanieu d'Antras-2/+0
2025-05-20`avx512_target_feature` is now stable on nightlyFolkert de Vries-1/+0
2025-04-20Remove `cupid` dependency and `env-override-no-avx` CI runsayantn-91/+0
2025-04-07Add feature detection for new amx variants and movrssayantn-1/+11
2025-02-13Add runtime feature detection for keylockersayantn-1/+4
2025-02-07Move all x86 std_detect tests to `x86-specific.rs` to reduce duplicationsayantn-0/+11
2024-07-06Implemented runtime detection of `xop` target-featuresayantn-1/+3
2024-07-06Added runtime detectionsayantn-19/+29
2024-07-06Add detection for SHA512, SM3 and SM4sayantn-1/+4
2024-06-23Added runtime detectionsayantn-1/+12
2024-02-24feat: std_detect avx512fp16usamoi-0/+1
2024-01-05Fix std_detect not being an unstable crateAmanieu d'Antras-0/+2
2023-10-29Cleanup last uses of the stdsimd featureAmanieu d'Antras-1/+0
2023-03-12add f16c to x86 detection testKathryn Long-0/+2
2023-01-05Detect MOVBE (#1356)Caleb Zulawski-0/+2
2022-11-21Rename misleading features (#1355)Caleb Zulawski-6/+3
2021-01-04Avx512vbmi (#977)minybot-1/+1
2020-01-26Add Icelake avx512 features (#838)Luca Barbato-0/+17
2019-09-18Unbreak non-x86Luca Barbato-0/+1
2019-09-17Move the tests away from the codeLuca Barbato-0/+140