diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-09-01 09:02:37 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-09-01 11:08:17 +0100 |
commit | 2c8cb5888e998d7ba8e36c312644a11d832dbe9c (patch) | |
tree | db34dc7ee6185aed7938c8e44b065da1d8b4c9c5 /cpu.c | |
parent | 4773e74e5f58dbf5637a27f37cd3b95b0ee33ac8 (diff) |
softfloat: Remove assertion preventing silencing of NaN in default-NaN mode
In commit a777d6033447a we added an assertion to parts_silence_nan() that
prohibits calling float*_silence_nan() when in default-NaN mode.
This ties together a property of the output ("do we generate a default
NaN when the result is a NaN?") with an operation on an input ("silence
this input NaN").
It's true that most of the time when in default-NaN mode you won't
need to silence an input NaN, because you can just produce the
default NaN as the result instead. But some functions like
float*_maxnum() are defined to be able to work with quiet NaNs, so
silencing an input SNaN is still reasonable. In particular, the
upcoming implementation of MVE VMAXNMV would fall over this assertion
if we didn't delete it.
Delete the assertion.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'cpu.c')
0 files changed, 0 insertions, 0 deletions