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
/
cpu-detection.rs
Age
Commit message (
Expand
)
Author
Lines
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-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
/
+1
2022-11-21
Rename misleading features (#1355)
Caleb Zulawski
-6
/
+3
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
2020-11-02
Fix some clippy lints (#937)
Joshua Nelson
-1
/
+1
2020-05-29
Implementation for Aarch64 TME intrinsics
Mahmut Bulut
-0
/
+1
2020-03-29
Add crypto target feature detection to arm32 (#833)
Makoto Kato
-0
/
+1
2020-01-26
Add Icelake avx512 features (#838)
Luca Barbato
-0
/
+17
2019-12-02
Add CRC32 detection to arm32
Makoto Kato
-0
/
+1
2019-09-16
Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...
gnzlbg
-12
/
+19
2019-07-09
Update repo name
gnzlbg
-1
/
+0
2019-05-09
Add runtime feature detection for F16C
gnzlbg
-0
/
+1
2019-04-17
Fix clippy issues
gnzlbg
-4
/
+1
2019-01-22
Refactor stdsimd
gnzlbg
-0
/
+105