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
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-07-25
std_detect: Sort aarch64 features
Kajetan Puchalski
-153
/
+153
2024-07-25
std_detect: Add aarch64/linux/LLVM SME features
Kajetan Puchalski
-0
/
+115
2024-07-25
std_detect: Add aarch64/linux/LLVM features
Kajetan Puchalski
-9
/
+171
2024-07-06
Implemented runtime detection of `xop` target-feature
sayantn
-0
/
+3
2024-07-06
Added runtime detection
sayantn
-0
/
+26
2024-07-06
Add detection for SHA512, SM3 and SM4
sayantn
-0
/
+13
2024-06-29
Remove `has_cpuid`
Jubilee Young
-7
/
+2
2024-06-23
Added runtime detection
sayantn
-20
/
+55
2024-05-07
Remove libc dependency on Windows by using Win32 to get env vars
Daniel Paoliello
-9
/
+34
2024-03-13
arm64ec
Daniel Paoliello
-3
/
+4
2024-03-07
std_detect: loongarch: Add runtime detectable features from LLVM
WANG Rui
-4
/
+45
2024-03-07
std_detect: loongarch: Remove features not supported by LLVM
WANG Rui
-32
/
+0
2024-03-05
check sub-leaf to detect avx512bf16
Mingzhuo Yin
-7
/
+7
2024-03-05
fix: invalid bit for detecting avx512 feature
Mingzhuo Yin
-9
/
+15
2024-02-24
feat: std_detect avx512fp16
usamoi
-6
/
+11
2024-02-16
Improve feature detect for combined aarch64 features
Adam Gemmell
-10
/
+12
2024-02-14
Remove last mention of `stdsimd`
daxpedda
-8
/
+1
2024-01-16
Add CPU detection for macOS/aarch64.
Makoto Kato
-0
/
+101
2024-01-05
Fix std_detect not being an unstable crate
Amanieu d'Antras
-3
/
+3
2024-01-04
Fix std build failure on non-x86 architectures
Amanieu d'Antras
-1
/
+7
2024-01-02
Fixes for use in the standard library
Amanieu d'Antras
-0
/
+1
2023-11-30
Stabilize Ratified RISC-V Target Features
Gijs Burghoorn
-64
/
+51
2023-10-31
std_detect: Add support for LoongArch
ZHAI Xiang
-1
/
+95
2023-10-31
Derive `Default` for `Initializer` in std_detect
Eduardo Sánchez Muñoz
-8
/
+3
2023-10-31
Do not deny `clippy::missing_inline_in_public_items` in std_detect
Eduardo Sánchez Muñoz
-1
/
+0
2023-10-29
Fix various compilation errors
Amanieu d'Antras
-0
/
+2
2023-10-29
Cleanup last uses of the stdsimd feature
Amanieu d'Antras
-1
/
+3
2023-10-29
Add tracking issues for feature detection
Amanieu d'Antras
-77
/
+89
2023-10-11
Remove unneeded transmutes
Eduardo Sánchez Muñoz
-5
/
+1
2023-10-10
Remove use of auv crate from tests
bjorn3
-48
/
+11
2023-08-29
Add `#![allow(internal_unstable)]`
Amanieu d'Antras
-2
/
+0
2023-06-21
Support AArch32 Neon dotprod intrinsics.
Jacob Bramley
-1
/
+11
2023-04-24
std_detect: Do not use libc::getauxval on 32-bit Android
Taiki Endo
-2
/
+4
2023-04-21
Remove useless drop (clippy drop_ref and drop_copy lint)
Urgau
-2
/
+5
2023-04-01
std_detect: Remove support for arm crypto target feature
Taiki Endo
-23
/
+2
2023-04-01
std_detect: Always avoid dlsym on *-android* targets
Taiki Endo
-6
/
+11
2023-03-25
std_detect: Unbreak auxv_from_file
Luca Barbato
-7
/
+6
2023-03-19
Allow `internal_features`
Nilstrieb
-0
/
+3
2023-03-12
Implemented is_x86_feature_detected!(ermsb)
Chase Wilson
-0
/
+5
2023-03-01
std_detect: Support run-time detection of crc/aes/sha2/crypto on arm FreeBSD
Taiki Endo
-2
/
+20
2023-03-01
std_detect: Support run-time detection of fp on aarch64 Windows
Taiki Endo
-13
/
+11
2023-02-18
Fix typo
bwmf2
-2
/
+2
2023-02-13
std_detect: Remove extra cfg
Taiki Endo
-2
/
+2
2023-02-13
std_detect: Only check features that are known to be available on armv8.0 cor...
Taiki Endo
-8
/
+28
2023-02-13
std_detect: Workaround Exynos 9810 bug on aarch64 Android
Taiki Endo
-0
/
+19
2023-02-11
std_detect: Support run-time detection of FEAT_LSE2 on aarch64 BSD (#1379)
Taiki Endo
-10
/
+24
2023-02-03
std_detect: Always avoid dlsym on *-linux-gnu* targets (#1375)
Taiki Endo
-3
/
+17
2023-01-26
std_detect: Support run-time detection on aarch64 OpenBSD
Taiki Endo
-22
/
+86
2023-01-26
std_detect: Split os/aarch64.rs' detect_features into reading and parsing
Taiki Endo
-63
/
+72
2023-01-26
std_detect: Move aarch64 freebsd test to tests/cpu-detection.rs
Taiki Endo
-18
/
+0
[next]