Re: [Qemu-devel] [PATCH v2 0/2] Softfloat Fixes for 2.12

2018-04-16 Thread Peter Maydell
On 13 April 2018 at 15:03, Alex Bennée wrote: > Hi, > > The float_invalid patch now handles the Inf case as well and includes > the fix to round_to_uint_and_pack. > > Alex Bennée (1): > fpu/softfloat: raise float_invalid for NaN/Inf in > round_to_int_and_pack > > Emilio G. Cota (1): > soft

[Qemu-devel] [PATCH v2 0/2] Softfloat Fixes for 2.12

2018-04-13 Thread Alex Bennée
Hi, The float_invalid patch now handles the Inf case as well and includes the fix to round_to_uint_and_pack. Alex Bennée (1): fpu/softfloat: raise float_invalid for NaN/Inf in round_to_int_and_pack Emilio G. Cota (1): softfloat: fix {min,max}nummag for same-abs-value inputs fpu/softflo