softfloat: Use float_raise in more places
commitd82f3b2dc7d0efe0fcb0cec884c2d0803b9fd4de
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 22 Oct 2020 17:45:04 +0000 (22 10:45 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 16 May 2021 12:13:51 +0000 (16 07:13 -0500)
tree97429e6787dc5020ced1a29b367ee29d7684db42
parent622090ae1992d242553a20c9fd08f1ad2afdab41
softfloat: Use float_raise in more places

We have been somewhat inconsistent about when to use
float_raise and when to or in the bit by hand.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
fpu/softfloat.c