little-o / src / lib / libc / softfloat /
@reddawg reddawg authored on 11 Oct 2005
..
bits32 Removed 19 years ago
bits64 Removed 19 years ago
templates Removed 19 years ago
Makefile Removed 19 years ago
README.NetBSD Removed 19 years ago
README.txt Removed 19 years ago
eqdf2.c Removed 19 years ago
eqsf2.c Removed 19 years ago
fpgetmask.c Removed 19 years ago
fpgetround.c Removed 19 years ago
fpgetsticky.c Removed 19 years ago
fpsetmask.c Removed 19 years ago
fpsetround.c Removed 19 years ago
fpsetsticky.c Removed 19 years ago
gedf2.c Removed 19 years ago
gesf2.c Removed 19 years ago
gtdf2.c Removed 19 years ago
gtsf2.c Removed 19 years ago
ledf2.c Removed 19 years ago
lesf2.c Removed 19 years ago
ltdf2.c Removed 19 years ago
ltsf2.c Removed 19 years ago
nedf2.c Removed 19 years ago
negdf2.c Removed 19 years ago
negsf2.c Removed 19 years ago
nesf2.c Removed 19 years ago
softfloat-for-gcc.h Removed 19 years ago
softfloat-history.txt Removed 19 years ago
softfloat-source.txt Removed 19 years ago
softfloat-specialize Removed 19 years ago
softfloat.txt Removed 19 years ago
timesoftfloat.c Removed 19 years ago
timesoftfloat.txt Removed 19 years ago
unorddf2.c Removed 19 years ago
unordsf2.c Removed 19 years ago
README.txt
$NetBSD: README.txt,v 1.1 2000/06/06 08:15:02 bjh21 Exp $
$FreeBSD: src/lib/libc/softfloat/README.txt,v 1.1 2004/05/14 12:13:04 cognet Exp $

Package Overview for SoftFloat Release 2a

John R. Hauser
1998 December 13


SoftFloat is a software implementation of floating-point that conforms to
the IEC/IEEE Standard for Binary Floating-Point Arithmetic.  SoftFloat is
distributed in the form of C source code.  Compiling the SoftFloat sources
generates two things:

-- A SoftFloat object file (typically `softfloat.o') containing the complete
   set of IEC/IEEE floating-point routines.

-- A `timesoftfloat' program for evaluating the speed of the SoftFloat
   routines.  (The SoftFloat module is linked into this program.)

The SoftFloat package is documented in four text files:

   softfloat.txt          Documentation for using the SoftFloat functions.
   softfloat-source.txt   Documentation for compiling SoftFloat.
   softfloat-history.txt  History of major changes to SoftFloat.
   timesoftfloat.txt      Documentation for using `timesoftfloat'.

Other files in the package comprise the source code for SoftFloat.

Please be aware that some work is involved in porting this software to other
targets.  It is not just a matter of getting `make' to complete without
error messages.  I would have written the code that way if I could, but
there are fundamental differences between systems that I can't make go away.
You should not attempt to compile SoftFloat without first reading both
`softfloat.txt' and `softfloat-source.txt'.

At the time of this writing, the most up-to-date information about
SoftFloat and the latest release can be found at the Web page `http://
HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.