aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Hauser <jhauser@eecs.berkeley.edu>2015-11-03 14:38:58 -0800
committerJohn Hauser <jhauser@eecs.berkeley.edu>2015-11-03 14:38:58 -0800
commitad6be28b38f98421988ac2f787760f9b93b092e6 (patch)
tree138d072d851087c6a2edf1a65500a2248a5ca338 /README.md
parent669ffa1a83a217f4a5bd207699670e7459a58978 (diff)
downloadberkeley-softfloat-3-ad6be28b38f98421988ac2f787760f9b93b092e6.zip
berkeley-softfloat-3-ad6be28b38f98421988ac2f787760f9b93b092e6.tar.gz
berkeley-softfloat-3-ad6be28b38f98421988ac2f787760f9b93b092e6.tar.bz2
Release 3a.
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/README.md b/README.md
index 1dd8ab8..3a28440 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,24 @@
-Package Overview for Berkeley SoftFloat Release 3
-=================================================
+
+Package Overview for Berkeley SoftFloat Release 3a
+==================================================
John R. Hauser<br>
-2015 February 16
+2015 October 23
-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
+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:
+The SoftFloat package is documented in the following files in the `doc`
+subdirectory:
-* [SoftFloat.html](http://www.jhauser.us/arithmetic/SoftFloat-3/doc/SoftFloat.html) Documentation for using the SoftFloat functions.
-* [SoftFloat-source.html](http://www.jhauser.us/arithmetic/SoftFloat-3/doc/SoftFloat-source.html) Documentation for building SoftFloat.
-* [SoftFloat-history.html](http://www.jhauser.us/arithmetic/SoftFloat-3/doc/SoftFloat-history.html) History of the major changes to SoftFloat.
+* [SoftFloat.html](http://www.jhauser.us/arithmetic/SoftFloat-3a/doc/SoftFloat.html) Documentation for using the SoftFloat functions.
+* [SoftFloat-source.html](http://www.jhauser.us/arithmetic/SoftFloat-3a/doc/SoftFloat-source.html) Documentation for building SoftFloat.
+* [SoftFloat-history.html](http://www.jhauser.us/arithmetic/SoftFloat-3a/doc/SoftFloat-history.html) History of the major changes to SoftFloat.
Other files in the package comprise the source code for SoftFloat.
+