about summary refs log tree commit diff
path: root/tests/codegen/const-vector.rs
AgeCommit message (Expand)AuthorLines
2025-05-04Rollup merge of #140457 - fneddy:fix_s390x_codegen_const_vector, r=Mark-Simul...Trevor Gross-1/+5
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
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