On 9/6/22 15:22, Víctor Colombo wrote:
On 05/09/2022 14:20, Richard Henderson wrote:
Well, there would of course be no separate call, but
I didn't understand what you meant here with 'no separate call'...
We generate a separate call from tcg to helper_reset_fpstatus sometimes.
Right, makes sense. And what about when an invalid operation occurs,
with the corresponding exception enabled bit set?
float_invalid_op_* would stop the execution and do_float_check_status
would not be called, right? So it would require to call
set_float_exception_flags there too, correct?
Correct.
r~