rust/tests/codegen/simd
Jubilee ca9dd62c05
Rollup merge of #125311 - calebzulawski:repr-packed-simd-intrinsics, r=workingjubilee
Make repr(packed) vectors work with SIMD intrinsics

In #117116 I fixed `#[repr(packed, simd)]` by doing the expected thing and removing padding from the layout.  This should be the last step in providing a solution to rust-lang/portable-simd#319
2024-06-02 05:06:47 -07:00
..
issue-120720-reduce-nan.rs Run rustfmt on tests/codegen/. 2024-05-31 15:56:43 +10:00
packed-simd-alignment.rs Test codegen for repr(packed,simd) 2024-06-02 04:13:35 -07:00
simd-wide-sum.rs Restore the test checks for wider_reduce_into_iter 2024-03-28 21:28:45 +08:00
simd_arith_offset.rs fix use of platform_intrinsics in tests 2024-02-25 08:15:44 +01:00
swap-simd-types.rs Run rustfmt on tests/codegen/. 2024-05-31 15:56:43 +10:00
unpadded-simd.rs use [N x i8] for byval/sret types 2024-03-05 18:54:45 -05:00