| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-04 | Rollup 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-29 | enable msa feature for mips in codegen tests | Adrian Friedli | -0/+2 | |
| 2025-04-28 | Use target-cpu=z13 on s390x codegen const vector test | Eduard 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-23 | wasm, arm, x86-without-SSE need simd to be explicitly enabled | Ralf Jung | -21/+4 | |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -26/+10 | |
| 2024-08-08 | const vector passed to codegen | James Barford-Evans | -0/+107 | |
