On 17/2/25 13:50, Peter Maydell wrote:
Currently we have a compile-time shortcut where we
return false from no_signaling_nans() on everything except
Xtensa, because we know that's the only target that
might ever set status->no_signaling_nans.
Remove the ifdef, so we always look at the status flag;
this has no behavioural change, but will be necessary
if we want to build softfloat once for all targets.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
fpu/softfloat-specialize.c.inc | 4 ----
1 file changed, 4 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>