softfloat: fix {min, max}nummag for same-abs-value inputs
commit6245327a367292b354489c54e965646823023919
authorEmilio G. Cota <cota@braap.org>
Fri, 13 Apr 2018 14:03:33 +0000 (13 15:03 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Apr 2018 14:47:53 +0000 (13 15:47 +0100)
treea163341ba60caee440428d8f7abda08eb8137bea
parent38e83a71d02e026d4a6d0ab1ef9855c4924c2c68
softfloat: fix {min, max}nummag for same-abs-value inputs

Before 8936006 ("fpu/softfloat: re-factor minmax", 2018-02-21),
we used to return +Zero for maxnummag(-Zero,+Zero); after that
commit, we return -Zero.

Fix it by making {min,max}nummag consistent with {min,max}num,
deferring to the latter when the absolute value of the operands
is the same.

With this fix we now pass fp-test.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20180413140334.26622-2-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
fpu/softfloat.c