summary refs log tree commit diff
path: root/tests/codegen/const-vector.rs
AgeCommit message (Collapse)AuthorLines
2025-05-04Rollup merge of #140457 - fneddy:fix_s390x_codegen_const_vector, ↵Trevor Gross-1/+5
r=Mark-Simulacrum Use target-cpu=z13 on s390x codegen const vector test The default s390x cpu(z10) does not have vector support. Setting target-cpu at least to z13 enables vectorisation for s390x architecture and makes the test pass.
2025-04-29enable msa feature for mips in codegen testsAdrian Friedli-0/+2
2025-04-28Use target-cpu=z13 on s390x codegen const vector testEduard Stefes-1/+5
The default s390x cpu(z10) does not have vector support. Setting target-cpu at least to z13 enables vectorisation for s390x architecture and makes the test pass.
2025-04-23wasm, arm, x86-without-SSE need simd to be explicitly enabledRalf Jung-21/+4
2024-09-09Ban non-array SIMDScott McMurray-26/+10
2024-08-08const vector passed to codegenJames Barford-Evans-0/+107