about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/os
AgeCommit message (Expand)AuthorLines
2025-03-24resolve `clippy::doc_lazy_continuation`Tsukasa OI-3/+3
2025-03-24silence `clippy::eq_op` while checkingTsukasa OI-0/+1
2025-03-24std_detect: Support detecting more features on AArch64 WindowsTaiki Endo-1/+49
2025-03-20std_detect: Add target features for LoongArch v1.1WANG Rui-0/+13
2025-02-23add newly-added s390x features to `is_s390x_feature_detected`Folkert de Vries-0/+37
2025-02-13Add runtime feature detection for keylockersayantn-0/+7
2025-02-09Format with style edition 2024Eric Huss-13/+13
2025-02-09Apply missing_unsafe_on_externEric Huss-1/+1
2025-01-16add `is_s390x_feature_detected`Folkert de Vries-8/+114
2024-12-23Expand feature detection on AArch64 DarwinLaine Taffin Altman-38/+84
2024-10-27std_detect: Add pauth-lr aarch64 target featureKajetan Puchalski-0/+4
2024-09-18std_detect: Add sme-b16b16 as an explicit aarch64 target featureKajetan Puchalski-5/+5
2024-09-18Use C string literalTaiki Endo-36/+34
2024-09-18std_detect: Fix link in mips.rsTaiki Endo-1/+1
2024-09-18std_detect: Use elf_aux_info on FreeBSDTaiki Endo-58/+22
2024-09-14Enable feature detection on all Apple/Darwin targetsMads Marquart-1/+3
2024-07-25std_detect: Update aarch64 feature dependencies to LLVM upstreamKajetan Puchalski-26/+29
2024-07-25std_detect: Add aarch64/linux/LLVM SME featuresKajetan Puchalski-0/+76
2024-07-25std_detect: Add aarch64/linux/LLVM featuresKajetan Puchalski-7/+110
2024-07-06Implemented runtime detection of `xop` target-featuresayantn-0/+1
2024-07-06Added runtime detectionsayantn-0/+11
2024-07-06Add detection for SHA512, SM3 and SM4sayantn-0/+4
2024-06-29Remove `has_cpuid`Jubilee Young-3/+2
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