| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Move `std_detect` from `library/stdarch` to `library` | Jakub Beránek | -117/+0 | |
| 2025-06-11 | Fixes to compile with latest Rust nightly | Amanieu d'Antras | -2/+0 | |
| 2025-05-20 | `avx512_target_feature` is now stable on nightly | Folkert de Vries | -1/+0 | |
| 2025-04-20 | Remove `cupid` dependency and `env-override-no-avx` CI run | sayantn | -91/+0 | |
| 2025-04-07 | Add feature detection for new amx variants and movrs | sayantn | -1/+11 | |
| 2025-02-13 | Add runtime feature detection for keylocker | sayantn | -1/+4 | |
| 2025-02-07 | Move all x86 std_detect tests to `x86-specific.rs` to reduce duplication | sayantn | -0/+11 | |
| 2024-07-06 | Implemented runtime detection of `xop` target-feature | sayantn | -1/+3 | |
| 2024-07-06 | Added runtime detection | sayantn | -19/+29 | |
| Cannot do a `cupid` test because they don't support `amx`. | ||||
| 2024-07-06 | Add detection for SHA512, SM3 and SM4 | sayantn | -1/+4 | |
| Cannot cross-verify with `cupid` because they do not have these features yet. | ||||
| 2024-06-23 | Added runtime detection | sayantn | -1/+12 | |
| Expanded the cache size to 93 (we will need this in near future) Fixed detection of VAES, GFNI and VPCLMULQDQ Could not test with `cupid` because they do not support these yet | ||||
| 2024-02-24 | feat: std_detect avx512fp16 | usamoi | -0/+1 | |
| Signed-off-by: usamoi <usamoi@outlook.com> | ||||
| 2024-01-05 | Fix std_detect not being an unstable crate | Amanieu d'Antras | -0/+2 | |
| More fallout from #1486 | ||||
| 2023-10-29 | Cleanup last uses of the stdsimd feature | Amanieu d'Antras | -1/+0 | |
| 2023-03-12 | add f16c to x86 detection test | Kathryn Long | -0/+2 | |
| 2023-01-05 | Detect MOVBE (#1356) | Caleb Zulawski | -0/+2 | |
| 2022-11-21 | Rename misleading features (#1355) | Caleb Zulawski | -6/+3 | |
| 2021-01-04 | Avx512vbmi (#977) | minybot | -1/+1 | |
| 2020-01-26 | Add Icelake avx512 features (#838) | Luca Barbato | -0/+17 | |
| * Add Icelake avx512 features As documented in https://software.intel.com/sites/default/files/managed/c5/15//architecture-instruction-set-extensions-programming-reference.pdf * Sort the avx512 feature checks by bit * Unbreak macos Force nightly. | ||||
| 2019-09-18 | Unbreak non-x86 | Luca Barbato | -0/+1 | |
| 2019-09-17 | Move the tests away from the code | Luca Barbato | -0/+140 | |
