aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hauser <jhauser@eecs.berkeley.edu>2017-08-10 16:31:05 -0700
committerJohn Hauser <jhauser@eecs.berkeley.edu>2017-08-10 16:31:05 -0700
commit20d04d2b98314776fcf4efbf7b9a73fc4260fa40 (patch)
tree28dd99554cbeedf852f4a9c01ebe0d172a360aaa
parentdb047c521e07644199a679db36d842c05959e067 (diff)
downloadberkeley-softfloat-3-20d04d2b98314776fcf4efbf7b9a73fc4260fa40.zip
berkeley-softfloat-3-20d04d2b98314776fcf4efbf7b9a73fc4260fa40.tar.gz
berkeley-softfloat-3-20d04d2b98314776fcf4efbf7b9a73fc4260fa40.tar.bz2
Release 3d. See "doc/SoftFloat-history.html".
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 60f628b..8809f7b 100644
--- a/README.md
+++ b/README.md
@@ -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.