about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src
AgeCommit message (Expand)AuthorLines
2024-07-25std_detect: Sort aarch64 featuresKajetan Puchalski-153/+153
2024-07-25std_detect: Add aarch64/linux/LLVM SME featuresKajetan Puchalski-0/+115
2024-07-25std_detect: Add aarch64/linux/LLVM featuresKajetan Puchalski-9/+171
2024-07-06Implemented runtime detection of `xop` target-featuresayantn-0/+3
2024-07-06Added runtime detectionsayantn-0/+26
2024-07-06Add detection for SHA512, SM3 and SM4sayantn-0/+13
2024-06-29Remove `has_cpuid`Jubilee Young-7/+2
2024-06-23Added runtime detectionsayantn-20/+55
2024-05-07Remove libc dependency on Windows by using Win32 to get env varsDaniel Paoliello-9/+34
2024-03-13arm64ecDaniel Paoliello-3/+4
2024-03-07std_detect: loongarch: Add runtime detectable features from LLVMWANG Rui-4/+45
2024-03-07std_detect: loongarch: Remove features not supported by LLVMWANG Rui-32/+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/+11
2024-02-16Improve feature detect for combined aarch64 featuresAdam Gemmell-10/+12
2024-02-14Remove last mention of `stdsimd`daxpedda-8/+1
2024-01-16Add CPU detection for macOS/aarch64.Makoto Kato-0/+101
2024-01-05Fix std_detect not being an unstable crateAmanieu d'Antras-3/+3
2024-01-04Fix std build failure on non-x86 architecturesAmanieu d'Antras-1/+7
2024-01-02Fixes for use in the standard libraryAmanieu d'Antras-0/+1
2023-11-30Stabilize Ratified RISC-V Target FeaturesGijs Burghoorn-64/+51
2023-10-31std_detect: Add support for LoongArchZHAI Xiang-1/+95
2023-10-31Derive `Default` for `Initializer` in std_detectEduardo Sánchez Muñoz-8/+3
2023-10-31Do not deny `clippy::missing_inline_in_public_items` in std_detectEduardo Sánchez Muñoz-1/+0
2023-10-29Fix various compilation errorsAmanieu d'Antras-0/+2
2023-10-29Cleanup last uses of the stdsimd featureAmanieu d'Antras-1/+3
2023-10-29Add tracking issues for feature detectionAmanieu d'Antras-77/+89
2023-10-11Remove unneeded transmutesEduardo Sánchez Muñoz-5/+1
2023-10-10Remove use of auv crate from testsbjorn3-48/+11
2023-08-29Add `#![allow(internal_unstable)]`Amanieu d'Antras-2/+0
2023-06-21Support AArch32 Neon dotprod intrinsics.Jacob Bramley-1/+11
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-23/+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-19Allow `internal_features`Nilstrieb-0/+3
2023-03-12Implemented is_x86_feature_detected!(ermsb)Chase Wilson-0/+5
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/+86
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