Lines Matching refs:SoftFloat
3 Package Overview for SoftFloat Release 2a
9 SoftFloat is a software implementation of floating-point that conforms to
10 the IEC/IEEE Standard for Binary Floating-Point Arithmetic. SoftFloat is
11 distributed in the form of C source code. Compiling the SoftFloat sources
14 -- A SoftFloat object file (typically `softfloat.o') containing the complete
17 -- A `timesoftfloat' program for evaluating the speed of the SoftFloat
18 routines. (The SoftFloat module is linked into this program.)
20 The SoftFloat package is documented in four text files:
22 softfloat.txt Documentation for using the SoftFloat functions.
23 softfloat-source.txt Documentation for compiling SoftFloat.
24 softfloat-history.txt History of major changes to SoftFloat.
27 Other files in the package comprise the source code for SoftFloat.
33 You should not attempt to compile SoftFloat without first reading both
37 SoftFloat and the latest release can be found at the Web page `http://
38 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.