mbox series

[v2,0/2] Softfloat Fixes for 2.12

Message ID 20180413140334.26622-1-alex.bennee@linaro.org
Headers show
Series Softfloat Fixes for 2.12 | expand

Message

Alex Bennée April 13, 2018, 2:03 p.m. UTC
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/softfloat.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

-- 
2.17.0

Comments

Peter Maydell April 16, 2018, 9:11 a.m. UTC | #1
On 13 April 2018 at 15:03, Alex Bennée <alex.bennee@linaro.org> 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):

>   softfloat: fix {min,max}nummag for same-abs-value inputs

>

>  fpu/softfloat.c | 20 ++++++++++++--------

>  1 file changed, 12 insertions(+), 8 deletions(-)


Applied to master for 2.12, thanks.

-- PMM