about summary refs log tree commit diff
path: root/library/stdarch/crates/std_detect
AgeCommit message (Expand)AuthorLines
2023-10-11Remove unneeded transmutesEduardo Sánchez Muñoz-5/+1
2023-10-10Remove use of auv crate from testsbjorn3-48/+11
2023-10-10Remove the auxv dev dependency.bjorn3-1/+0
2023-08-29Add `#![allow(internal_unstable)]`Amanieu d'Antras-2/+0
2023-06-21Support AArch32 Neon dotprod intrinsics.Jacob Bramley-6/+25
2023-04-24std_detect: Do not use libc::getauxval on 32-bit AndroidTaiki Endo-2/+4
2023-04-21Remove useless drop (clippy drop_ref and drop_copy lint)Urgau-2/+5
2023-04-01std_detect: Remove support for arm crypto target featureTaiki Endo-24/+2
2023-04-01std_detect: Always avoid dlsym on *-android* targetsTaiki Endo-8/+18
2023-03-25std_detect: Unbreak auxv_from_fileLuca Barbato-7/+6
2023-03-19Allow `internal_features`Nilstrieb-0/+3
2023-03-12Implemented is_x86_feature_detected!(ermsb)Chase Wilson-0/+5
2023-03-12add f16c to x86 detection testKathryn Long-0/+2
2023-03-01std_detect: Support run-time detection of crc/aes/sha2/crypto on arm FreeBSDTaiki Endo-4/+25
2023-03-01std_detect: Support run-time detection of fp on aarch64 WindowsTaiki Endo-13/+12
2023-03-01Merge core_arch/tests/cpu-detection.rs to std_detect/tests/cpu-detection.rsTaiki Endo-0/+12
2023-02-18Fix typobwmf2-2/+2
2023-02-13std_detect: Remove extra cfgTaiki Endo-2/+2
2023-02-13std_detect: Only check features that are known to be available on armv8.0 cor...Taiki Endo-8/+28
2023-02-13std_detect: Workaround Exynos 9810 bug on aarch64 AndroidTaiki Endo-0/+19
2023-02-11std_detect: Support run-time detection of FEAT_LSE2 on aarch64 BSD (#1379)Taiki Endo-10/+25
2023-02-11std_detect: Update platform support docs (#1380)Taiki Endo-4/+12
2023-02-03std_detect: Always avoid dlsym on *-linux-gnu* targets (#1375)Taiki Endo-3/+19
2023-01-26std_detect: Support run-time detection on aarch64 OpenBSDTaiki Endo-24/+91
2023-01-26std_detect: Split os/aarch64.rs' detect_features into reading and parsingTaiki Endo-63/+72
2023-01-26std_detect: Move aarch64 freebsd test to tests/cpu-detection.rsTaiki Endo-18/+20
2023-01-23std_detect: Add test for feature detection on aarch64 WindowsTaiki Endo-0/+14
2023-01-23std_detect: Support detecting lse/dotprod/jsconv/rcpc on aarch64 WindowsTaiki Endo-0/+20
2023-01-05Detect MOVBE (#1356)Caleb Zulawski-0/+7
2022-11-21Rename misleading features (#1355)Caleb Zulawski-23/+28
2022-11-09Detect CPU features with Linux methods on Android for non-Intel CPUs. (#1351)gendx-1/+1
2022-11-09Fix line endings to use LF (#1350)Mateusz Mikuła-73/+73
2022-10-25Edition 2021, apply clippy::uninlined_format_args fix (#1339)Yuri Astrakhan-9/+9
2022-10-25Fix dupe word typos (#1344)Rageking8-1/+1
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