commit | 20d04d2b98314776fcf4efbf7b9a73fc4260fa40 | [log] [tgz] |
---|---|---|
author | John Hauser <jhauser@eecs.berkeley.edu> | Thu Aug 10 16:31:05 2017 -0700 |
committer | John Hauser <jhauser@eecs.berkeley.edu> | Thu Aug 10 16:31:05 2017 -0700 |
tree | 28dd99554cbeedf852f4a9c01ebe0d172a360aaa | |
parent | db047c521e07644199a679db36d842c05959e067 [diff] |
Release 3d. See "doc/SoftFloat-history.html".
John R. Hauser
2017 August 10
Berkeley SoftFloat is a software implementation of binary floating-point that conforms to the IEEE Standard for Floating-Point Arithmetic. SoftFloat is distributed in the form of C source code. Building the SoftFloat sources generates a library file (typically softfloat.a
or libsoftfloat.a
) containing the floating-point subroutines.
The SoftFloat package is documented in the following files in the doc
subdirectory:
Other files in the package comprise the source code for SoftFloat.