index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
stdarch
/
crates
/
std_detect
/
tests
Age
Commit message (
Expand
)
Author
Lines
2025-06-11
Fixes to compile with latest Rust nightly
Amanieu d'Antras
-2
/
+0
2025-06-01
RISC-V: Linux 6.15 `riscv_hwprobe` support
Tsukasa OI
-0
/
+4
2025-05-20
`avx512_target_feature` is now stable on nightly
Folkert de Vries
-1
/
+0
2025-05-06
Edit `macro_trailing_commas` to enable tests in all architectures
sayantn
-18
/
+47
2025-04-23
Add power9 and power8 target-features
Luca Barbato
-0
/
+1
2025-04-20
Remove `cupid` dependency and `env-override-no-avx` CI run
sayantn
-91
/
+0
2025-04-16
RISC-V: Remove privileged extensions for now
Tsukasa OI
-5
/
+0
2025-04-16
RISC-V: `riscv_hwprobe`-based feature detection on Linux / Android
Tsukasa OI
-0
/
+43
2025-04-16
RISC-V: Add RISC-V + Linux / Android test
Tsukasa OI
-0
/
+65
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
-91
/
+15
2025-01-16
add `is_s390x_feature_detected`
Folkert de Vries
-3
/
+21
2024-10-27
std_detect: Add pauth-lr aarch64 target feature
Kajetan Puchalski
-0
/
+1
2024-09-18
std_detect: Add sme-b16b16 as an explicit aarch64 target feature
Kajetan Puchalski
-0
/
+1
2024-09-18
std_detect: Use elf_aux_info on FreeBSD
Taiki Endo
-2
/
+5
2024-09-14
Enable feature detection on all Apple/Darwin targets
Mads Marquart
-2
/
+2
2024-07-25
std_detect: Add aarch64/linux/LLVM SME features
Kajetan Puchalski
-0
/
+22
2024-07-25
std_detect: Add aarch64/linux/LLVM features
Kajetan Puchalski
-0
/
+19
2024-07-06
Implemented runtime detection of `xop` target-feature
sayantn
-2
/
+5
2024-07-06
Added runtime detection
sayantn
-20
/
+35
2024-07-06
Add detection for SHA512, SM3 and SM4
sayantn
-1
/
+11
2024-06-23
Added runtime detection
sayantn
-1
/
+12
2024-03-13
arm64ec
Daniel Paoliello
-1
/
+7
2024-02-24
feat: std_detect avx512fp16
usamoi
-0
/
+2
2024-01-16
Add CPU detection for macOS/aarch64.
Makoto Kato
-0
/
+32
2024-01-05
Fix std_detect not being an unstable crate
Amanieu d'Antras
-0
/
+14
2023-12-19
Add `#![allow(internal_features)]` to a test to fix CI
Amanieu d'Antras
-0
/
+1
2023-10-31
Simplify a `cfg`
Eduardo Sánchez Muñoz
-2
/
+2
2023-10-29
Fix various compilation errors
Amanieu d'Antras
-15
/
+18
2023-10-29
Fix more missing/incorrect feature specifications
Amanieu d'Antras
-2
/
+6
2023-10-29
Cleanup last uses of the stdsimd feature
Amanieu d'Antras
-3
/
+2
2023-06-21
Support AArch32 Neon dotprod intrinsics.
Jacob Bramley
-5
/
+14
2023-04-01
std_detect: Remove support for arm crypto target feature
Taiki Endo
-1
/
+0
2023-03-12
add f16c to x86 detection test
Kathryn Long
-0
/
+2
2023-03-01
std_detect: Support run-time detection of crc/aes/sha2/crypto on arm FreeBSD
Taiki Endo
-2
/
+5
2023-03-01
std_detect: Support run-time detection of fp on aarch64 Windows
Taiki Endo
-0
/
+1
2023-03-01
Merge core_arch/tests/cpu-detection.rs to std_detect/tests/cpu-detection.rs
Taiki Endo
-0
/
+12
2023-02-11
std_detect: Support run-time detection of FEAT_LSE2 on aarch64 BSD (#1379)
Taiki Endo
-0
/
+1
2023-01-26
std_detect: Support run-time detection on aarch64 OpenBSD
Taiki Endo
-2
/
+5
2023-01-26
std_detect: Move aarch64 freebsd test to tests/cpu-detection.rs
Taiki Endo
-0
/
+20
2023-01-23
std_detect: Add test for feature detection on aarch64 Windows
Taiki Endo
-0
/
+14
2023-01-05
Detect MOVBE (#1356)
Caleb Zulawski
-0
/
+3
2022-11-21
Rename misleading features (#1355)
Caleb Zulawski
-12
/
+6
2022-10-25
Edition 2021, apply clippy::uninlined_format_args fix (#1339)
Yuri Astrakhan
-1
/
+1
2022-02-10
Split aarch64 `pauth` feature into `paca` and `pacg` (#1259)
Adam Gemmell
-1
/
+2
2021-05-28
Update aarch64 linux feature detection (#1146)
Adam Gemmell
-3
/
+37
2021-01-04
Avx512vbmi (#977)
minybot
-1
/
+1
2020-11-02
Fix some clippy lints (#937)
Joshua Nelson
-2
/
+2
2020-05-29
Implementation for Aarch64 TME intrinsics
Mahmut Bulut
-0
/
+1
[next]