diff options
| author | bjh21 <bjh21@NetBSD.org> | 2000-06-06 08:14:49 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2000-06-06 08:14:49 +0000 |
| commit | 4472dbe5e3bd91ef2540bada7a7ca7384627ff9b (patch) | |
| tree | 97a08b7679989cbe33efa7be7d08e0aca170599c /lib/libc/softfloat/README.NetBSD | |
| parent | b5321a5a5c084fc20359800194b20c4ca2e8cfa5 (diff) | |
Initial commit of SoftFloat 2a import. This should provide a sensible
mostly-MI floating-point implementation for use by gcc -msoft-float.
It's currently only used by arm26, but should be usable by other ports
without too much hacking, assuming doubles and u_int64_ts are passed and
returned the same way, and FP formats are IEEEish.
Diffstat (limited to 'lib/libc/softfloat/README.NetBSD')
| -rw-r--r-- | lib/libc/softfloat/README.NetBSD | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/libc/softfloat/README.NetBSD b/lib/libc/softfloat/README.NetBSD new file mode 100644 index 00000000000..3bfaf79a65a --- /dev/null +++ b/lib/libc/softfloat/README.NetBSD @@ -0,0 +1,10 @@ +$NetBSD: README.NetBSD,v 1.1 2000/06/06 08:15:02 bjh21 Exp $ + +This is a modified version of part of John Hauser's SoftFloat package. +This version only contains the contents of the "softfloat/bits64" +directory of the original release, plus some documentation. This +version has been heavily modified to support its use with GCC to +implement built-in floating-point operations, but compiling +softfloat.c without SOFTFLOAT_FOR_GCC defined should get you the same +results as from the original. + |
