little-o / src / lib / libc / softfloat /
@reddawg reddawg authored on 26 Sep 2005
..
bits32 no message 20 years ago
bits64 no message 20 years ago
templates no message 20 years ago
Makefile no message 20 years ago
README.NetBSD no message 20 years ago
README.txt no message 20 years ago
eqdf2.c no message 20 years ago
eqsf2.c no message 20 years ago
fpgetmask.c no message 20 years ago
fpgetround.c no message 20 years ago
fpgetsticky.c no message 20 years ago
fpsetmask.c no message 20 years ago
fpsetround.c no message 20 years ago
fpsetsticky.c no message 20 years ago
gedf2.c no message 20 years ago
gesf2.c no message 20 years ago
gtdf2.c no message 20 years ago
gtsf2.c no message 20 years ago
ledf2.c no message 20 years ago
lesf2.c no message 20 years ago
ltdf2.c no message 20 years ago
ltsf2.c no message 20 years ago
nedf2.c no message 20 years ago
negdf2.c no message 20 years ago
negsf2.c no message 20 years ago
nesf2.c no message 20 years ago
softfloat-for-gcc.h no message 20 years ago
softfloat-history.txt no message 20 years ago
softfloat-source.txt no message 20 years ago
softfloat-specialize no message 20 years ago
softfloat.txt no message 20 years ago
timesoftfloat.c no message 20 years ago
timesoftfloat.txt no message 20 years ago
unorddf2.c no message 20 years ago
unordsf2.c no message 20 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'.