about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/os
AgeCommit message (Expand)AuthorLines
2024-06-23Added runtime detectionsayantn-9/+21
2024-03-07std_detect: loongarch: Add runtime detectable features from LLVMWANG Rui-1/+30
2024-03-07std_detect: loongarch: Remove features not supported by LLVMWANG Rui-8/+0
2024-03-05check sub-leaf to detect avx512bf16Mingzhuo Yin-7/+7
2024-03-05fix: invalid bit for detecting avx512 featureMingzhuo Yin-9/+15
2024-02-24feat: std_detect avx512fp16usamoi-6/+8
2024-02-16Improve feature detect for combined aarch64 featuresAdam Gemmell-3/+4
2024-01-16Add CPU detection for macOS/aarch64.Makoto Kato-0/+98
2023-10-31std_detect: Add support for LoongArchZHAI Xiang-1/+40
2023-10-11Remove unneeded transmutesEduardo Sánchez Muñoz-5/+1
2023-10-10Remove use of auv crate from testsbjorn3-48/+11
2023-06-21Support AArch32 Neon dotprod intrinsics.Jacob Bramley-0/+8
2023-04-24std_detect: Do not use libc::getauxval on 32-bit AndroidTaiki Endo-2/+4
2023-04-21Remove useless drop (clippy drop_ref and drop_copy lint)Urgau-2/+5
2023-04-01std_detect: Remove support for arm crypto target featureTaiki Endo-21/+2
2023-04-01std_detect: Always avoid dlsym on *-android* targetsTaiki Endo-6/+11
2023-03-25std_detect: Unbreak auxv_from_fileLuca Barbato-7/+6
2023-03-12Implemented is_x86_feature_detected!(ermsb)Chase Wilson-0/+2
2023-03-01std_detect: Support run-time detection of crc/aes/sha2/crypto on arm FreeBSDTaiki Endo-2/+20
2023-03-01std_detect: Support run-time detection of fp on aarch64 WindowsTaiki Endo-13/+11
2023-02-18Fix typobwmf2-2/+2
2023-02-13std_detect: Remove extra cfgTaiki Endo-2/+2
2023-02-13std_detect: Only check features that are known to be available on armv8.0 cor...Taiki Endo-8/+28
2023-02-13std_detect: Workaround Exynos 9810 bug on aarch64 AndroidTaiki Endo-0/+19
2023-02-11std_detect: Support run-time detection of FEAT_LSE2 on aarch64 BSD (#1379)Taiki Endo-10/+24
2023-02-03std_detect: Always avoid dlsym on *-linux-gnu* targets (#1375)Taiki Endo-3/+17
2023-01-26std_detect: Support run-time detection on aarch64 OpenBSDTaiki Endo-22/+80
2023-01-26std_detect: Split os/aarch64.rs' detect_features into reading and parsingTaiki Endo-63/+72
2023-01-26std_detect: Move aarch64 freebsd test to tests/cpu-detection.rsTaiki Endo-18/+0
2023-01-23std_detect: Support detecting lse/dotprod/jsconv/rcpc on aarch64 WindowsTaiki Endo-0/+20
2023-01-05Detect MOVBE (#1356)Caleb Zulawski-0/+1
2022-11-21Rename misleading features (#1355)Caleb Zulawski-3/+3
2022-11-09Fix line endings to use LF (#1350)Mateusz Mikuła-73/+73
2022-10-25Edition 2021, apply clippy::uninlined_format_args fix (#1339)Yuri Astrakhan-7/+7
2022-09-22Add HWCAP2 support for AArch64 Linux. (#1335)Jacob Bramley-89/+199
2022-03-11Import the asm macro in std_detect (#1290)Luca Barbato-0/+1
2022-02-10Split aarch64 `pauth` feature into `paca` and `pacg` (#1259)Adam Gemmell-2/+6
2021-12-08RISC-V feature and detect macro (#1263)Luo Jia-4/+130
2021-11-27Support riscv64gc-unknown-freebsd (#1260)Tobias Kortkamp-1/+2
2021-11-19Work-around buggy Intel chips erroneously reporting BMI1/BMI2 support (#1249)Thom Chiovoloni-0/+20
2021-09-20Make dedup guard optional (#1215)Hans Kratz-3/+3
2021-05-28Update aarch64 linux feature detection (#1146)Adam Gemmell-46/+201
2021-04-07Deny 2018 idiom lints (#1108)Joshua Nelson-1/+1
2021-03-18Fix building std_detect as a dependency of std (#1089)Amanieu d'Antras-2/+2
2021-03-17Convert all uses of llvm_asm! to asm! (#1052)Amanieu d'Antras-3/+15
2021-02-14Turn std_detect into a no_std crate (#1005)Amanieu d'Antras-63/+144
2020-07-18Update and revamp wasm32 SIMD intrinsics (#874)Alex Crichton-0/+1
2020-05-29feature detectionMahmut Bulut-0/+2
2020-04-09Use llvm_asm! instead of asm! (#846)Amanieu d'Antras-3/+3
2020-03-29Add crypto target feature detection to arm32 (#833)Makoto Kato-0/+16