about summary refs log tree commit diff
path: root/tests/codegen/simd/extract-insert-dyn.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-121/+0
2025-05-03Fix test simd/extract-insert-dyn on s390xEduard Stefes-1/+15
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-04-29enable msa feature for mips in codegen testsAdrian Friedli-1/+9
2025-04-23wasm, arm, x86-without-SSE need simd to be explicitly enabledRalf Jung-1/+25
2025-04-10add `simd_insert_dyn` and `simd_extract_dyn`Folkert de Vries-0/+75