about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/tests/cpu-detection.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Move `std_detect` from `library/stdarch` to `library`Jakub Beránek-354/+0
2025-06-01RISC-V: Linux 6.15 `riscv_hwprobe` supportTsukasa OI-0/+4
2025-04-23Add power9 and power8 target-featuresLuca Barbato-0/+1
2025-04-16RISC-V: Remove privileged extensions for nowTsukasa OI-5/+0
2025-04-16RISC-V: `riscv_hwprobe`-based feature detection on Linux / AndroidTsukasa OI-0/+43
2025-04-16RISC-V: Add RISC-V + Linux / Android testTsukasa OI-0/+65
2025-02-07Move all x86 std_detect tests to `x86-specific.rs` to reduce duplicationsayantn-91/+4
2025-01-16add `is_s390x_feature_detected`Folkert de Vries-1/+9
2024-10-27std_detect: Add pauth-lr aarch64 target featureKajetan Puchalski-0/+1
2024-09-18std_detect: Add sme-b16b16 as an explicit aarch64 target featureKajetan Puchalski-0/+1
2024-09-18std_detect: Use elf_aux_info on FreeBSDTaiki Endo-2/+5
2024-09-14Enable feature detection on all Apple/Darwin targetsMads Marquart-2/+2
2024-07-25std_detect: Add aarch64/linux/LLVM SME featuresKajetan Puchalski-0/+22
2024-07-25std_detect: Add aarch64/linux/LLVM featuresKajetan Puchalski-0/+18
2024-07-06Implemented runtime detection of `xop` target-featuresayantn-1/+2
2024-07-06Added runtime detectionsayantn-1/+6
2024-07-06Add detection for SHA512, SM3 and SM4sayantn-0/+7
2024-03-13arm64ecDaniel Paoliello-1/+5
2024-02-24feat: std_detect avx512fp16usamoi-0/+1
2024-01-16Add CPU detection for macOS/aarch64.Makoto Kato-0/+32
2023-12-19Add `#![allow(internal_features)]` to a test to fix CIAmanieu d'Antras-0/+1
2023-10-31Simplify a `cfg`Eduardo Sánchez Muñoz-2/+2
2023-10-29Fix various compilation errorsAmanieu d'Antras-14/+15
2023-10-29Fix more missing/incorrect feature specificationsAmanieu d'Antras-1/+5
2023-10-29Cleanup last uses of the stdsimd featureAmanieu d'Antras-1/+1
2023-06-21Support AArch32 Neon dotprod intrinsics.Jacob Bramley-5/+14
2023-04-01std_detect: Remove support for arm crypto target featureTaiki Endo-1/+0
2023-03-01std_detect: Support run-time detection of crc/aes/sha2/crypto on arm FreeBSDTaiki Endo-2/+5
2023-03-01std_detect: Support run-time detection of fp on aarch64 WindowsTaiki Endo-0/+1
2023-03-01Merge core_arch/tests/cpu-detection.rs to std_detect/tests/cpu-detection.rsTaiki Endo-0/+12
2023-02-11std_detect: Support run-time detection of FEAT_LSE2 on aarch64 BSD (#1379)Taiki Endo-0/+1
2023-01-26std_detect: Support run-time detection on aarch64 OpenBSDTaiki Endo-2/+5
2023-01-26std_detect: Move aarch64 freebsd test to tests/cpu-detection.rsTaiki Endo-0/+20
2023-01-23std_detect: Add test for feature detection on aarch64 WindowsTaiki Endo-0/+14
2023-01-05Detect MOVBE (#1356)Caleb Zulawski-0/+1
2022-11-21Rename misleading features (#1355)Caleb Zulawski-6/+3
2022-10-25Edition 2021, apply clippy::uninlined_format_args fix (#1339)Yuri Astrakhan-1/+1
2022-02-10Split aarch64 `pauth` feature into `paca` and `pacg` (#1259)Adam Gemmell-1/+2
2021-05-28Update aarch64 linux feature detection (#1146)Adam Gemmell-3/+37
2020-11-02Fix some clippy lints (#937)Joshua Nelson-1/+1
2020-05-29Implementation for Aarch64 TME intrinsicsMahmut Bulut-0/+1
2020-03-29Add crypto target feature detection to arm32 (#833)Makoto Kato-0/+1
2020-01-26Add Icelake avx512 features (#838)Luca Barbato-0/+17
2019-12-02Add CRC32 detection to arm32Makoto Kato-0/+1
2019-09-16Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...gnzlbg-12/+19
2019-07-09Update repo namegnzlbg-1/+0
2019-05-09Add runtime feature detection for F16Cgnzlbg-0/+1
2019-04-17Fix clippy issuesgnzlbg-4/+1
2019-01-22Refactor stdsimdgnzlbg-0/+105