summary refs log tree commit diff
path: root/tests/ui/simd
AgeCommit message (Expand)AuthorLines
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-1/+9
2023-09-18Prototype using const generic for simd_shuffle IDX arrayOli Scherer-19/+129
2023-08-03Forbid old-style `simd_shuffleN` intrinsicsOli Scherer-111/+101
2023-07-30Fix simd_bswap for i8/u8Caleb Zulawski-0/+22
2023-07-28Format testCaleb Zulawski-10/+12
2023-07-27Add SIMD bitreverse, ctlz, cttz intrinsicsCaleb Zulawski-18/+86
2023-07-27Add simd_bswap intrinsicCaleb Zulawski-16/+39
2023-07-20Rollup merge of #113529 - oli-obk:simd_shuffle_evaluated, r=wesleywiserMatthias Krüger-1/+23
2023-07-20Monomorphize constants before inspecting themOli Scherer-1/+4
2023-07-18support for mips64r6 as a target_arch valuechenx97-1/+1
2023-07-18Permit pre-evaluated constants in simd_shuffleOli Scherer-0/+19
2023-05-05Switch test back to run-pass.Luqman Aden-7/+16
2023-05-05Update test location.Luqman Aden-0/+16
2023-04-08Add test for new delayed bug code pathMatthew Jasper-0/+18
2023-02-12Fix unintentional UB in SIMD testsBen Kimock-121/+60
2023-01-17Fix use suggestion spanMichael Goulet-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+3754