about summary refs log tree commit diff
path: root/tests/ui/simd
AgeCommit message (Collapse)AuthorLines
2023-12-11Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubileebors-0/+59
Implement repr(packed) for repr(simd) This allows creating vectors with non-power-of-2 lengths that do not have padding. See rust-lang/portable-simd#319
2023-12-09Add simd_masked_{load,store} platform-intrinsicsJakub Okoński-0/+281
This maps to the LLVM intrinsics: llvm.masked.load and llvm.masked.store
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
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
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 ↵Oli Scherer-1/+9
`ErrorGuaranteed`, even if that error is only emitted by `check_modwitem_types`
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
Permit pre-evaluated constants in simd_shuffle fixes https://github.com/rust-lang/rust/issues/113500
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