about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect
AgeCommit message (Expand)AuthorLines
2022-09-22Add HWCAP2 support for AArch64 Linux. (#1335)Jacob Bramley-89/+199
2022-09-11Bump `cfg-if` dependency to 1.0Charles Lew-1/+1
2022-08-22Allow internal use of stdsimd from detect_featureTomasz Miąsko-0/+1
2022-07-02Allow mapping a runtime feature to a set of target_features (#1311)Adam Gemmell-4/+17
2022-06-21Fully qualify recursive macro calls (#1310)Adam Gemmell-4/+4
2022-04-29Add stdsimd feature to allow_internal_unstable attribute in feature detect m...Jane Lusby-1/+1
2022-03-17Use SPDX license format and update packed_simd crate link (#1297)Alex Touchet-1/+1
2022-03-11Import the asm macro in std_detect (#1290)Luca Barbato-0/+1
2022-02-17Avoid the use of #[cfg(doc)] in std_detect (#1283)Amanieu d'Antras-271/+115
2022-02-10Split aarch64 `pauth` feature into `paca` and `pacg` (#1259)Adam Gemmell-6/+14
2022-02-09Stabilise `is_aarch64_feature_detected!` under `simd_aarch64` feature (#1239)Adam Gemmell-40/+40
2022-01-28Emit the full is_{arch}_feature_detected! macro on all arches when building d...Amanieu d'Antras-1/+45
2022-01-24Fix std_detect_file_ioAmanieu d'Antras-0/+5
2022-01-18Handle stabilization of vec_spare_capacityAmanieu d'Antras-6/+0
2021-12-19Remove asm feature which is now stable (#1269)Amanieu d'Antras-1/+0
2021-12-14Fix a bunch of typosFrank Steffahn-5/+5
2021-12-08RISC-V feature and detect macro (#1263)Luo Jia-4/+364
2021-11-27Support riscv64gc-unknown-freebsd (#1260)Tobias Kortkamp-1/+2
2021-11-19Work-around buggy Intel chips erroneously reporting BMI1/BMI2 support (#1249)Thom Chiovoloni-0/+20
2021-11-10Add remaining insturctions (#1250)Sparrow Li-0/+2
2021-10-16Fix error message of is_*_feature_detected on nort_feature (#1232)Taiki Endo-1/+1
2021-09-20Make dedup guard optional (#1215)Hans Kratz-3/+3
2021-08-22Fix typos “an”→“a”Frank Steffahn-1/+1
2021-08-12Remove references to the crates on crates.io.Mara Bos-9/+0
2021-05-28Update aarch64 linux feature detection (#1146)Adam Gemmell-65/+368
2021-04-24Move cfg!(target_feature) directly into is_*_feature_detected!() (#1141)Amanieu d'Antras-3/+3
2021-04-23remove unused const_fn feature (#1140)Ralf Jung-1/+1
2021-04-07Deny 2018 idiom lints (#1108)Joshua Nelson-2/+4
2021-03-18Fix building std_detect as a dependency of std (#1089)Amanieu d'Antras-4/+15
2021-03-17Convert all uses of llvm_asm! to asm! (#1052)Amanieu d'Antras-4/+16
2021-03-13Remove trailing semicolon from macro expression (#1080)Aaron Hill-1/+1
2021-02-14Turn std_detect into a no_std crate (#1005)Amanieu d'Antras-95/+165
2021-01-18Fix false rustdoc broken_intra_link detection (#984)Carlos Pérez-1/+1
2021-01-04Avx512vbmi (#977)minybot-1/+1
2020-11-02Fix some clippy lints (#937)Joshua Nelson-2/+2
2020-09-17Optimize std_detect's caching (#908)Thom Chiovoloni-34/+47
2020-07-18Update and revamp wasm32 SIMD intrinsics (#874)Alex Crichton-0/+3
2020-05-29feature detectionMahmut Bulut-0/+4
2020-05-29Implementation for Aarch64 TME intrinsicsMahmut Bulut-0/+1
2020-04-24Unbreak non-x86 build on FreeBSDTobias Kortkamp-1/+1
2020-04-24Stabilize all remaining x86 features for feature detectionAmanieu d'Antras-19/+27
2020-04-09Use llvm_asm! instead of asm! (#846)Amanieu d'Antras-4/+4
2020-04-04Replace all max/min_value() with MAX/MINLinus Färnstrand-2/+2
2020-03-29Replace module MIN/MAX and min/max_value() with assoc consts (#843)Linus Färnstrand-1/+1
2020-03-29Add crypto target feature detection to arm32 (#833)Makoto Kato-0/+19
2020-03-19re-stabilize the AVX-512 features that were stabilized in Rust 1.27.0 (#842)Jack O'Connor-10/+14
2020-01-28Fix race condition in feature cache on 32 platforms (#837)Aleksey Kladov-63/+36
2020-01-26Add Icelake avx512 features (#838)Luca Barbato-0/+58
2019-12-27Use issue = "none" instead of "0"Yuki Okushi-1/+1
2019-12-11Run-time feature detection for Aarch64 on Windows.Makoto Kato-0/+58