about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/arch
AgeCommit message (Expand)AuthorLines
2025-07-22Move `std_detect` from `library/stdarch` to `library`Jakub Beránek-1201/+0
2025-07-14Merge pull request #1837 from heiher/loong32Amanieu d'Antras-2/+2
2025-07-07Update stabilization version of certain x86 intrinsics to 1.89Amanieu d'Antras-5/+5
2025-06-28loongarch: Add basic support for LoongArch32WANG Rui-2/+2
2025-06-19s390x: add feature detection for the z17 target featuresFolkert de Vries-0/+21
2025-06-09add s390x z17 target featuresFolkert de Vries-0/+15
2025-06-01RISC-V: Linux 6.15 `riscv_hwprobe` supportTsukasa OI-0/+12
2025-05-31Stabilize `sha512`, `sm3` and `sm4` intrinsics and runtime detectionsayantn-3/+3
2025-05-31Stabilize keylocker intrinsics and runtime detectionsayantn-2/+2
2025-05-30Check cfg on features that stage0 compiler supportTsukasa OI-20/+0
2025-05-26std_detect: RISC-V platform guide documentation (non-table part)Tsukasa OI-0/+15
2025-05-17Correct rustc version for the stabilization of runtime detection of VEX varia...sayantn-5/+5
2025-05-17Stabilize runtime detection of VEX variants of avx512sayantn-5/+5
2025-05-12Partially stabilize LoongArch target featuresWANG Rui-9/+9
2025-05-01Revert "std_detect: RISC-V platform guide documentation"Tsukasa OI-126/+78
2025-04-23std_detect: RISC-V platform guide documentationTsukasa OI-78/+126
2025-04-23Add power9 and power8 target-featuresLuca Barbato-0/+26
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