Home | History | Annotate | Line # | Download | only in softfloat
README.txt revision 1.1.4.2
      1  1.1.4.2  minoura $NetBSD: README.txt,v 1.1.4.2 2000/06/23 16:17:55 minoura Exp $
      2  1.1.4.2  minoura 
      3  1.1.4.2  minoura Package Overview for SoftFloat Release 2a
      4  1.1.4.2  minoura 
      5  1.1.4.2  minoura John R. Hauser
      6  1.1.4.2  minoura 1998 December 13
      7  1.1.4.2  minoura 
      8  1.1.4.2  minoura 
      9  1.1.4.2  minoura SoftFloat is a software implementation of floating-point that conforms to
     10  1.1.4.2  minoura the IEC/IEEE Standard for Binary Floating-Point Arithmetic.  SoftFloat is
     11  1.1.4.2  minoura distributed in the form of C source code.  Compiling the SoftFloat sources
     12  1.1.4.2  minoura generates two things:
     13  1.1.4.2  minoura 
     14  1.1.4.2  minoura -- A SoftFloat object file (typically `softfloat.o') containing the complete
     15  1.1.4.2  minoura    set of IEC/IEEE floating-point routines.
     16  1.1.4.2  minoura 
     17  1.1.4.2  minoura -- A `timesoftfloat' program for evaluating the speed of the SoftFloat
     18  1.1.4.2  minoura    routines.  (The SoftFloat module is linked into this program.)
     19  1.1.4.2  minoura 
     20  1.1.4.2  minoura The SoftFloat package is documented in four text files:
     21  1.1.4.2  minoura 
     22  1.1.4.2  minoura    softfloat.txt          Documentation for using the SoftFloat functions.
     23  1.1.4.2  minoura    softfloat-source.txt   Documentation for compiling SoftFloat.
     24  1.1.4.2  minoura    softfloat-history.txt  History of major changes to SoftFloat.
     25  1.1.4.2  minoura    timesoftfloat.txt      Documentation for using `timesoftfloat'.
     26  1.1.4.2  minoura 
     27  1.1.4.2  minoura Other files in the package comprise the source code for SoftFloat.
     28  1.1.4.2  minoura 
     29  1.1.4.2  minoura Please be aware that some work is involved in porting this software to other
     30  1.1.4.2  minoura targets.  It is not just a matter of getting `make' to complete without
     31  1.1.4.2  minoura error messages.  I would have written the code that way if I could, but
     32  1.1.4.2  minoura there are fundamental differences between systems that I can't make go away.
     33  1.1.4.2  minoura You should not attempt to compile SoftFloat without first reading both
     34  1.1.4.2  minoura `softfloat.txt' and `softfloat-source.txt'.
     35  1.1.4.2  minoura 
     36  1.1.4.2  minoura At the time of this writing, the most up-to-date information about
     37  1.1.4.2  minoura SoftFloat and the latest release can be found at the Web page `http://
     38  1.1.4.2  minoura HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.
     39  1.1.4.2  minoura 
     40