or1k: math soft float support
commit9a47b9660bec4ee38d27b06a3904af86f4fbd95d
authorStafford Horne <shorne@gmail.com>
Tue, 19 Oct 2021 21:50:21 +0000 (20 06:50 +0900)
committerStafford Horne <shorne@gmail.com>
Tue, 4 Jan 2022 21:40:06 +0000 (5 06:40 +0900)
tree16a89db329a160f02d9e468bfd1149e4ae6c0747
parent9f3653b1fa29767d03f35d3c811d21738787abe8
or1k: math soft float support

OpenRISC support hard float but I will like to submit that after glibc
soft float goes upstream.  The hard float support depends on adding user
access to the FPCSR, which is not supported by the kernel yet.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/or1k/bits/fenv.h [new file with mode: 0644]
sysdeps/or1k/libm-test-ulps [new file with mode: 0644]
sysdeps/or1k/libm-test-ulps-name [new file with mode: 0644]
sysdeps/or1k/nofpu/math-tests-exceptions.h [new file with mode: 0644]
sysdeps/or1k/nofpu/math-tests-rounding.h [new file with mode: 0644]
sysdeps/or1k/sfp-machine.h [new file with mode: 0644]
sysdeps/or1k/tininess.h [new file with mode: 0644]