target/openrisc: Setup FPU for detecting tininess before rounding
authorStafford Horne <shorne@gmail.com>
Thu, 16 Mar 2023 19:18:36 +0000 (04:18 +0900)
committerStafford Horne <shorne@gmail.com>
Thu, 11 May 2023 14:40:28 +0000 (15:40 +0100)
commit874c52991e1fbe020812b4b15440b6875369aacf
treea489ae60bad94c10cb4fedba418c42028d94d478
parent9156ca76cb39ff1d72e701dec4a907f73592d88f
target/openrisc: Setup FPU for detecting tininess before rounding

OpenRISC defines tininess to be detected before rounding.  Setup qemu to
obey this.

Signed-off-by: Stafford Horne <shorne@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/openrisc/cpu.c