fpu/softfloat: raise float_invalid for NaN/Inf in round_to_int_and_pack
commit801bc56336a127d9b351b3a2cc0336e4d0cb2686
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 13 Apr 2018 14:03:34 +0000 (13 15:03 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 16 Apr 2018 09:10:31 +0000 (16 10:10 +0100)
treea3dcc00133cb05105e8223da4e676bbe85e885bf
parent6245327a367292b354489c54e965646823023919
fpu/softfloat: raise float_invalid for NaN/Inf in round_to_int_and_pack

The re-factor broke the raising of INVALID when NaN/Inf is passed to
the float_to_int conversion functions. round_to_uint_and_pack got this
right for NaN but also missed out the Inf handling.

Fixes https://bugs.launchpad.net/qemu/+bug/1759264

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Tested-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20180413140334.26622-3-alex.bennee@linaro.org
Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
fpu/softfloat.c