Release 3d. See "doc/SoftFloat-history.html".

This commit is contained in:
John Hauser 2017-08-10 16:31:05 -07:00
parent db047c521e
commit 20d04d2b98
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
Package Overview for Berkeley SoftFloat Release 3c
Package Overview for Berkeley SoftFloat Release 3d
==================================================
John R. Hauser<br>
2017 February 10
2017 August 10
Berkeley SoftFloat is a software implementation of binary floating-point
@ -16,9 +16,9 @@ containing the floating-point subroutines.
The SoftFloat package is documented in the following files in the `doc`
subdirectory:
* [SoftFloat.html](http://www.jhauser.us/arithmetic/SoftFloat-3c/doc/SoftFloat.html) Documentation for using the SoftFloat functions.
* [SoftFloat-source.html](http://www.jhauser.us/arithmetic/SoftFloat-3c/doc/SoftFloat-source.html) Documentation for building SoftFloat.
* [SoftFloat-history.html](http://www.jhauser.us/arithmetic/SoftFloat-3c/doc/SoftFloat-history.html) History of the major changes to SoftFloat.
* [SoftFloat.html](http://www.jhauser.us/arithmetic/SoftFloat-3d/doc/SoftFloat.html) Documentation for using the SoftFloat functions.
* [SoftFloat-source.html](http://www.jhauser.us/arithmetic/SoftFloat-3d/doc/SoftFloat-source.html) Documentation for building SoftFloat.
* [SoftFloat-history.html](http://www.jhauser.us/arithmetic/SoftFloat-3d/doc/SoftFloat-history.html) History of the major changes to SoftFloat.
Other files in the package comprise the source code for SoftFloat.