commit | db047c521e07644199a679db36d842c05959e067 | [log] [tgz] |
---|---|---|
author | John Hauser <jhauser@eecs.berkeley.edu> | Thu Aug 10 16:26:24 2017 -0700 |
committer | John Hauser <jhauser@eecs.berkeley.edu> | Thu Aug 10 16:26:24 2017 -0700 |
tree | 2071959425595ce5ed7590597edd149fa995f584 | |
parent | 9d731d45e86ae28cf13b0094979577061e0e811c [diff] |
Release 3d. See "doc/SoftFloat-history.html".
John R. Hauser
2017 February 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.