Re: [PATCH 05/11] target/i386: Use float_flag_inorm_denormal

2021-06-19 Thread Richard Henderson
Ping. Cc paolo, ed. This is the last unreviewed patch in this series, and the one that sparked the work in the first place. r~ On 5/26/21 9:13 PM, Richard Henderson wrote: The FSR and MXCSR DE flags have the semantics of the new flag. We get to remove a big fixme in update_mxcsr_from_sse_st

[PATCH 05/11] target/i386: Use float_flag_inorm_denormal

2021-05-26 Thread Richard Henderson
The FSR and MXCSR DE flags have the semantics of the new flag. We get to remove a big fixme in update_mxcsr_from_sse_status vs float_flag_iflush_denormal. Reported-by: Michael Morrell Signed-off-by: Richard Henderson --- target/i386/tcg/fpu_helper.c | 18 ++ 1 file changed, 6 in