about summary refs log tree commit diff
path: root/tests/ui/simd
AgeCommit message (Expand)AuthorLines
2023-12-11Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubileebors-0/+59
2023-12-09Add simd_masked_{load,store} platform-intrinsicsJakub Okoński-0/+281
2023-12-02Add test using non-power-of-two vectorCaleb Zulawski-1/+15
2023-12-02Implement repr(packed) for repr(simd)Caleb Zulawski-0/+45
2023-11-26Update std::simd usage and test outputsCaleb Zulawski-2/+2
2023-11-24Show number in error message even for one errorNilstrieb-8/+8
2023-11-22When failing to import `core`, suggest `std`Esteban Küber-3/+4
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