David Schultz
c36abe0dcf
Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't the
...
original vendor, but we're using their heavily modified version.)
This brings in functions for long double emulation (both extended and
quad formats), which may be useful for testing, and also for replacing
libc/sparc64/fpu/.
2012-01-20 06:16:14 +00:00
David Schultz
b1d046441d
Convert softfloat to use the standard exception flag and rounding macros
...
in fenv.h instead of the non-standard and incomplete ones in ieeefp.h.
Thanks to Ian Lepore for testing this patch.
2012-01-16 04:05:53 +00:00
Olivier Houchard
6f831b072a
Oooops I forgot to commit that.
...
Use fp_rnd_t, not fp_rnd.
Reported by: Jia-Shiun Li (jiashiun at gmail dot com)
2004-12-08 18:41:42 +00:00
Olivier Houchard
15144b0f96
Import the softfloat emulation library, needed for FreeBSD/arm right now.
...
It should become useless when gcc 3.4 will be imported, as libgcc from
gcc 3.4 contains this bits for arm.
2004-05-14 12:13:06 +00:00