Re: [PATCH 0/2] target/riscv: Fix double calls to gen_set_rm [#1411]
On 1/15/23 06:06, Richard Henderson wrote: These double calls tickle an assertion in decode_save_opc, and isn't efficient anyway. Introduce a new helper to do exactly what was desired. Also #1339. r~
[PATCH 0/2] target/riscv: Fix double calls to gen_set_rm [#1411]
These double calls tickle an assertion in decode_save_opc, and isn't efficient anyway. Introduce a new helper to do exactly what was desired. r~ Richard Henderson (2): target/arm: Introduce helper_set_rounding_mode_chkfrm target/riscv: Remove helper_set_rod_rounding_mode target/riscv/hel