diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2025-02-24 11:15:21 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-02-25 15:32:57 +0000 |
commit | 2e01cfea0735889a1e0481fc783d621779439572 (patch) | |
tree | 906d63ff540a8e0f1b85131a3e05b7d69551b9cd /rust/qemu-api/src | |
parent | 1e75d8247ff27a307781230898fbcb8fbb9a8298 (diff) | |
download | qemu-2e01cfea0735889a1e0481fc783d621779439572.zip qemu-2e01cfea0735889a1e0481fc783d621779439572.tar.gz qemu-2e01cfea0735889a1e0481fc783d621779439572.tar.bz2 |
fpu: Always decide no_signaling_nans() at runtime
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.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250224111524.1101196-10-peter.maydell@linaro.org
Message-id: 20250217125055.160887-8-peter.maydell@linaro.org
Diffstat (limited to 'rust/qemu-api/src')
0 files changed, 0 insertions, 0 deletions