about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect/src/detect/arch
AgeCommit message (Expand)AuthorLines
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