about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/mod.rs
AgeCommit message (Expand)AuthorLines
2025-06-28loongarch: Add basic support for LoongArch32WANG Rui-0/+1
2025-04-16RISC-V: OS-independent implication logicTsukasa OI-0/+3
2025-01-16add `is_s390x_feature_detected`Folkert de Vries-0/+1
2024-09-14Enable feature detection on all Apple/Darwin targetsMads Marquart-2/+2
2024-03-13arm64ecDaniel Paoliello-1/+2
2024-01-16Add CPU detection for macOS/aarch64.Makoto Kato-0/+3
2023-10-31std_detect: Add support for LoongArchZHAI Xiang-0/+1
2023-10-29Add tracking issues for feature detectionAmanieu d'Antras-1/+2
2023-01-26std_detect: Support run-time detection on aarch64 OpenBSDTaiki Endo-0/+6
2022-11-09Detect CPU features with Linux methods on Android for non-Intel CPUs. (#1351)gendx-1/+1
2022-02-17Avoid the use of #[cfg(doc)] in std_detect (#1283)Amanieu d'Antras-100/+1
2022-01-28Emit the full is_{arch}_feature_detected! macro on all arches when building d...Amanieu d'Antras-1/+45
2021-12-08RISC-V feature and detect macro (#1263)Luo Jia-0/+7
2021-02-14Turn std_detect into a no_std crate (#1005)Amanieu d'Antras-3/+3
2020-09-17Optimize std_detect's caching (#908)Thom Chiovoloni-1/+1
2020-07-18Update and revamp wasm32 SIMD intrinsics (#874)Alex Crichton-0/+2
2020-04-24Unbreak non-x86 build on FreeBSDTobias Kortkamp-1/+1
2019-12-11Run-time feature detection for Aarch64 on Windows.Makoto Kato-0/+3
2019-10-10Remove need for `#[macro_use]` with `cfg-if`Alex Crichton-12/+9
2019-09-18These items do not need to be publicgnzlbg-5/+11
2019-09-17Implement a fallback for the No-op FeatureLuca Barbato-0/+7
2019-09-17Move the tests away from the codeLuca Barbato-7/+0
2019-09-17Add a test for the env_overrideLuca Barbato-0/+7
2019-09-16Fix std_detect on targets without feature detectiongnzlbg-0/+3
2019-09-16Enforce staged_api on a per-feature basisgnzlbg-1/+1
2019-09-16Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...gnzlbg-0/+36
2019-09-09Factor out check_forLuca Barbato-1/+6
2019-09-06Document how miri support worksLuca Barbato-0/+5
2019-09-06Minimal miri supportLuca Barbato-1/+4
2019-01-22Refactor stdsimdgnzlbg-0/+85