rust/tests/codegen/simd
Eduard Stefes 61488e5070 Fix test simd/extract-insert-dyn on s390x
Fix the test for s390x by enabling s390x vector extension via
`target_feature(enable = "vector")`(#127506). As this is is still
gated by `#![feature(s390x_target_feature)]` we need that attribute
also.
2025-05-03 10:15:32 +02:00
..
extract-insert-dyn.rs Fix test simd/extract-insert-dyn on s390x 2025-05-03 10:15:32 +02:00
packed-simd-alignment.rs Test codegen for repr(packed,simd) 2024-06-02 04:13:35 -07:00
packed-simd.rs x86-sse2 ABI: use SSE registers for floats and SIMD 2025-02-18 16:11:41 +01:00
project-to-simd-array-field.rs Rework OperandRef::extract_field to stop calling to_immediate_scalar on things which are already immediates 2025-02-19 12:03:40 -08:00
simd_arith_offset.rs use the right feature in codegen tests 2025-02-27 12:23:00 +01:00
simd-wide-sum.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
swap-simd-types.rs Ensure swap_nonoverlapping is really always untyped 2025-04-09 09:09:37 -07:00
unpadded-simd.rs Ban non-array SIMD 2024-09-09 19:39:43 -07:00