about summary refs log tree commit diff
path: root/library/stdarch/crates
AgeCommit message (Expand)AuthorLines
2023-04-01std_detect: Remove support for arm crypto target featureTaiki Endo-24/+2
2023-04-01core_arch: Remove uses of arm crypto target featureTaiki Endo-56/+42
2023-04-01std_detect: Always avoid dlsym on *-android* targetsTaiki Endo-8/+18
2023-03-30Update intrinsic tests for LLVM 16Amanieu d'Antras-29/+53
2023-03-25Fix the powerpc feature guardsLuca Barbato-3/+4
2023-03-25std_detect: Unbreak auxv_from_fileLuca Barbato-7/+6
2023-03-24Mark more arm_shared intrinsics and types as stable in docsAmanieu d'Antras-464/+464
2023-03-24core_arch: Unbreak powerpc64 testsLuca Barbato-19/+31
2023-03-19Allow `internal_features`Nilstrieb-0/+3
2023-03-19core_arch: Update cmpxchg16b docs and fix feature nameTaiki Endo-7/+5
2023-03-19wasm32: Add relaxed simd instructionsAlex Crichton-3/+455
2023-03-12Implemented is_x86_feature_detected!(ermsb)Chase Wilson-0/+5
2023-03-12Stabilize f16c intrinsicsKathryn Long-0/+4
2023-03-12add f16c to x86 detection testKathryn Long-0/+2
2023-03-05Replace associated const hacks with inline constsAmanieu d'Antras-2217/+2088
2023-03-05Re-add #![feature(target_feature_11)]Taiki Endo-0/+1
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-01Fix stable_features warningsTaiki Endo-2/+0
2023-03-01Merge core_arch/tests/cpu-detection.rs to std_detect/tests/cpu-detection.rsTaiki Endo-72/+12
2023-02-23Fix typoKuba Jaroszewski-1/+1
2023-02-18Update Intel Intrinsics Guide linksАртём Павлов-4549/+4549
2023-02-18Fix typobwmf2-67/+67
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-07update the URL of Intel CPUID reference book (#1376)Felix-1/+1
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-23Check and pass the ACLE licence on to generated tests.Jacob Bramley-15/+86
2023-01-23Declare licence for crates/intrinsics-test.Jacob Bramley-0/+227
2023-01-22Remove obsolete cfg for nvptxUrgau-4/+4
2023-01-22Don't declare f16c_target_feature.Jacob Bramley-1/+0
2023-01-10use inline const for last simd_shuffle argumentRalf Jung-1905/+1789
2023-01-09Remove some trailing whitespace.Jacob Bramley-1/+1
2023-01-09Match Neon test features to their intrinsics.Jacob Bramley-172/+199
2023-01-09Decouple TargetFeature strings.Jacob Bramley-209/+300
2023-01-06Resolve old FIXME comments (#1364)Nugine-6/+3
2023-01-05Detect MOVBE (#1356)Caleb Zulawski-0/+7
2023-01-05Stabilize cmpxchg16b instrinsic (#1358)Nugine-6/+10
2022-12-11Move vector combine intrisics to arm/neon.rs (#1363)Ruben De Smet-177/+209
2022-11-28Fix typo in LLVM intrinsic names (#1362)Amanieu d'Antras-4/+4
2022-11-21Rename misleading features (#1355)Caleb Zulawski-121/+135
2022-11-21Use simd intrinsics for max and min (#1357)Nugine-72/+72