commit | 63d601476b7b2eefe72b1705b942eaa65db8c0bf | [log] [tgz] |
---|---|---|
author | John Hauser <jhauser@eecs.berkeley.edu> | Fri Aug 18 16:16:28 2017 -0700 |
committer | John Hauser <jhauser@eecs.berkeley.edu> | Fri Aug 18 16:16:28 2017 -0700 |
tree | 7b2d115d94d327d7c4ff04c4dc2459a50ea9e260 | |
parent | 20d04d2b98314776fcf4efbf7b9a73fc4260fa40 [diff] |
Corrected links in "README.md".
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.