about summary refs log tree commit diff
path: root/library/stdarch/crates/simd-test-macro/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-07-14Merge pull request #1837 from heiher/loong32Amanieu d'Antras-1/+1
2025-07-11tests: neon is armMarijn Schouten-1/+1
2025-07-07Remove std-detect dev dependency in core_archJakub Beránek-1/+1
2025-06-28loongarch: Add basic support for LoongArch32WANG Rui-1/+1
2025-05-03fix - aarch64_be testsJames Barford-Evans-1/+1
2025-04-20Change test skipping logic a little, separate feature-based and function-base...sayantn-19/+19
2025-01-20basic infra for s390x vector intrinsicsFolkert de Vries-0/+1
2024-03-13arm64ecDaniel Paoliello-1/+1
2024-02-28core_arch: Add LoongArch LSX testcasesWANG Rui-0/+1
2023-11-30Report missing features when skipping tests.Jacob Bramley-7/+9
2023-10-02Support adding attributes to `simd_test` testsEduardo Sánchez Muñoz-34/+5
2022-10-25Edition 2021, apply clippy::uninlined_format_args fix (#1339)Yuri Astrakhan-2/+2
2021-12-08RISC-V feature and detect macro (#1263)Luo Jia-0/+1
2021-04-11Convert all crates to 2018 edition (#1109)Joshua Nelson-2/+0
2021-04-07Deny 2018 idiom lints (#1108)Joshua Nelson-0/+1
2020-09-03Bye bye MMX! (#890)Mateusz Mikuła-12/+0
2020-05-29feature detectionMahmut Bulut-1/+4
2020-05-28Fix CI issues caused by updated nightlyAmanieu d'Antras-4/+11
2019-07-09Update repo namegnzlbg-1/+1
2019-04-19Better error message when TARGET is missinggnzlbg-1/+3
2019-04-09Implement all MSA IntrinsicsRadovan Birdic-2/+2
2019-01-22Automatically insert emms after running each MMX testgnzlbg-1/+14
2018-12-14Rerun rustfmtAlex Crichton-3/+1
2018-12-14Remove usage of deprecated functionsAlex Crichton-2/+2
2018-12-13Run rustfmt on stable, delete rustfmt.toml (#619)Alex Crichton-9/+12
2018-11-22formattinggnzlbg-1/+1
2018-11-11fix clippy and shellcheck issuesgnzlbg-19/+14
2018-11-11formattinggnzlbg-1/+2
2018-07-17Fix compile on latest nightly (#527)Alex Crichton-2/+0
2018-06-15reformat with latest rustfmtgnzlbg-13/+12
2018-06-05Replace the deprecated TokenStream::empty() with new()Luca Barbato-2/+2
2018-05-23Add an env variable to ignore the arch-specific testsLuca Barbato-0/+8
2018-05-21Update proc macro2 (#455)Luca Barbato-11/+11
2018-05-16add run-time feature detection for powerpc (#452)gnzlbg-0/+1
2018-05-16bugfix: cfg(tests) should be cfg(test) (#450)gnzlbg-1/+1
2018-04-26fix errors/warnings from the stabilization of cfg_target_feature and target_f...gnzlbg-14/+13
2018-04-03Fix compile errors in simd-test-macroAlex Crichton-13/+12
2018-03-27rustfmtJason Davies-1/+1
2018-03-22Fix default `cargo test` experience (#397)Alex Crichton-13/+2
2018-03-22add tests for endian-dependent behavior (#394)gnzlbg-9/+11
2018-03-20add arm neon vector types (#384)gnzlbg-1/+1
2018-03-10[mips/mips64: msa] add add_a_b intrinsic (#365)gnzlbg-4/+38
2018-03-07Rename `is_target_feature_detected!` (#346)Alex Crichton-1/+13
2018-02-18Reorganize and refactor source tree (#324)Alex Crichton-0/+100