about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/arch
AgeCommit message (Expand)AuthorLines
2025-04-16RISC-V: Remove privileged extensions for nowTsukasa OI-24/+0
2025-04-16RISC-V: `riscv_hwprobe`-based feature detection on Linux / AndroidTsukasa OI-0/+130
2025-04-16RISC-V: Add placeholder for the "B" extensionTsukasa OI-2/+5
2025-04-16RISC-V: Add two "A" extension subsetsTsukasa OI-0/+6
2025-04-12RISC-V: tidying: Fix separation of I-related extensionsTsukasa OI-1/+1
2025-04-12RISC-V: doc: tidying: Move link to the ISA ManualTsukasa OI-2/+2
2025-04-12RISC-V: doc: Updated status and clarificationTsukasa OI-24/+21
2025-04-12RISC-V: doc: Capitalize some words for consistencyTsukasa OI-5/+5
2025-04-10Disable cfg check for the recently-merged target features to allow stdarch up...sayantn-0/+10
2025-04-07Add feature detection for new amx variants and movrssayantn-2/+20
2025-04-06RISC-V: check cfg (batch 1)Tsukasa OI-5/+0
2025-03-24tentatively remove the "B" RISC-V extension from the documentationTsukasa OI-1/+1
2025-03-24reword RISC-V feature documentationTsukasa OI-43/+43
2025-03-24reorder all RISC-V features for maintenanceTsukasa OI-51/+59
2025-03-24Temporary fix: change the feature gate of VEX variantssayantn-5/+5
2025-03-20std_detect: Add target features for LoongArch v1.1WANG Rui-0/+15
2025-03-20Fix: stabilized version of RISC-V feature macroTsukasa OI-21/+21
2025-02-23add newly-added s390x features to `is_s390x_feature_detected`Folkert de Vries-0/+33
2025-02-13Add runtime feature detection for keylockersayantn-0/+6
2025-01-16add `is_s390x_feature_detected`Folkert de Vries-0/+17
2024-11-08Mark feature with missing corresponding target feature cfgs as suchUrgau-0/+27
2024-10-27std_detect: Add pauth-lr aarch64 target featureKajetan Puchalski-0/+3
2024-09-18std_detect: Add sme-b16b16 as an explicit aarch64 target featureKajetan Puchalski-2/+5
2024-07-25std_detect: Sort aarch64 featuresKajetan Puchalski-153/+153
2024-07-25std_detect: Add aarch64/linux/LLVM SME featuresKajetan Puchalski-0/+39
2024-07-25std_detect: Add aarch64/linux/LLVM featuresKajetan Puchalski-2/+61
2024-07-06Implemented runtime detection of `xop` target-featuresayantn-0/+2
2024-07-06Added runtime detectionsayantn-0/+15
2024-07-06Add detection for SHA512, SM3 and SM4sayantn-0/+9
2024-06-23Added runtime detectionsayantn-0/+15
2024-03-13arm64ecDaniel Paoliello-2/+2
2024-03-07std_detect: loongarch: Add runtime detectable features from LLVMWANG Rui-3/+15
2024-03-07std_detect: loongarch: Remove features not supported by LLVMWANG Rui-24/+0
2024-02-24feat: std_detect avx512fp16usamoi-0/+3
2024-02-16Improve feature detect for combined aarch64 featuresAdam Gemmell-7/+8
2023-11-30Stabilize Ratified RISC-V Target FeaturesGijs Burghoorn-64/+51
2023-10-31std_detect: Add support for LoongArchZHAI Xiang-0/+53
2023-10-29Add tracking issues for feature detectionAmanieu d'Antras-70/+79
2023-06-21Support AArch32 Neon dotprod intrinsics.Jacob Bramley-1/+3
2023-04-01std_detect: Remove support for arm crypto target featureTaiki Endo-2/+0
2023-03-12Implemented is_x86_feature_detected!(ermsb)Chase Wilson-0/+3
2023-01-05Detect MOVBE (#1356)Caleb Zulawski-0/+3
2022-11-21Rename misleading features (#1355)Caleb Zulawski-6/+9
2022-07-02Allow mapping a runtime feature to a set of target_features (#1311)Adam Gemmell-1/+2
2022-02-17Avoid the use of #[cfg(doc)] in std_detect (#1283)Amanieu d'Antras-0/+64
2022-02-10Split aarch64 `pauth` feature into `paca` and `pacg` (#1259)Adam Gemmell-3/+6
2022-02-09Stabilise `is_aarch64_feature_detected!` under `simd_aarch64` feature (#1239)Adam Gemmell-40/+40
2021-12-14Fix a bunch of typosFrank Steffahn-5/+5
2021-12-08RISC-V feature and detect macro (#1263)Luo Jia-0/+205
2021-11-10Add remaining insturctions (#1250)Sparrow Li-0/+2