Commit da5301b
committed
fix(gen): empty SIMD baseline emits valid '{ "-w" }' not '{ , "-w" }'
On aarch64/macOS baseline_m is empty; the old f-string left a leading comma.
Join '-w' inside the list so both empty (macOS) and non-empty (linux x86) are valid lua.1 parent 1daf3e8 commit da5301b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
459 | | - | |
| 458 | + | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
0 commit comments