Commit c792551
committed
fix: fcvtmod.w.d requires explicit "rtz"
Per The RISC-V Instruction Set Manual, Volume I: Unprivileged Architecture,
Version 20250508, 25.4 Modular Convert-to-Integer Instruction:
> The assembly syntax requires the RTZ rounding mode to be explicitly
> specified, i.e., `fcvtmod.w.d rd, rs1, rtz`.
But, the Sail code does not accept that third "rtz" operand.
Add the explicit third operand to `fcvtmod.w.d`.1 parent d0f5bc1 commit c792551
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
792 | | - | |
| 792 | + | |
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
| |||
0 commit comments