about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/arch
AgeCommit message (Expand)AuthorLines
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
2021-08-22Fix typos “an”→“a”Frank Steffahn-1/+1
2021-05-28Update aarch64 linux feature detection (#1146)Adam Gemmell-15/+129
2021-01-18Fix false rustdoc broken_intra_link detection (#984)Carlos Pérez-1/+1
2020-05-29feature detectionMahmut Bulut-0/+2
2020-04-24Stabilize all remaining x86 features for feature detectionAmanieu d'Antras-19/+27
2020-03-29Add crypto target feature detection to arm32 (#833)Makoto Kato-0/+2
2020-03-19re-stabilize the AVX-512 features that were stabilized in Rust 1.27.0 (#842)Jack O'Connor-10/+14
2020-01-26Add Icelake avx512 features (#838)Luca Barbato-0/+16
2019-12-02Add CRC32 detection to arm32Makoto Kato-0/+2
2019-09-16Enforce staged_api on a per-feature basisgnzlbg-62/+62
2019-09-16Add std_detect::detect::features() -> impl Iterator<Item=(&'static str, bool)...gnzlbg-541/+179
2019-05-09Update f16c intrinsics to use the f16c target featuregnzlbg-1/+1
2019-05-09Add runtime feature detection for F16Cgnzlbg-0/+7
2019-04-25add rtm cpu feature intrinsicstyler-0/+8
2019-02-18Various cosmetic improvements.Alexander Regueiro-4/+3
2019-02-16Try to fix upstreamgnzlbg-7/+7
2019-02-13allow_internal_unstable requires feature namesgnzlbg-7/+7
2019-02-04Add detect macros should support trailing commas (Fix #443)Juan Aguilar Santillana-0/+21
2019-01-22Refactor stdsimdgnzlbg-0/+600