Commit 0fdcfb4
committed
test: skip mulhilo subcase on clang<18 RVV (hangs under qemu)
clang 17's RVV backend miscompiles the new __riscv_vmulh/__riscv_vmulhu
instantiations under -mrvv-vector-bits=zvl at vlen=128: the build
succeeds but the test binary makes no forward progress under qemu-riscv64,
hitting the 6h GHA job timeout. clang >= 18 and gcc are unaffected.1 parent 244d74b commit 0fdcfb4
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1198 | 1198 | | |
1199 | 1199 | | |
1200 | 1200 | | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
1201 | 1209 | | |
1202 | 1210 | | |
1203 | 1211 | | |
1204 | 1212 | | |
| 1213 | + | |
1205 | 1214 | | |
1206 | 1215 | | |
1207 | 1216 | | |
| |||
0 commit comments