aboutsummaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorJohn Hauser <jhauser@eecs.berkeley.edu>2014-12-17 19:08:03 -0800
committerJohn Hauser <jhauser@eecs.berkeley.edu>2014-12-17 19:08:03 -0800
commit7276b0022ec5f461af9c3b4a1fe2e5526825b58e (patch)
tree3bdcfb60a30c5161db65da8d110be9434e0ffad3 /README.html
parent437d9b9fb281962ea10d5e4475e3851eaa7ffd25 (diff)
downloadberkeley-softfloat-3-7276b0022ec5f461af9c3b4a1fe2e5526825b58e.zip
berkeley-softfloat-3-7276b0022ec5f461af9c3b4a1fe2e5526825b58e.tar.gz
berkeley-softfloat-3-7276b0022ec5f461af9c3b4a1fe2e5526825b58e.tar.bz2
Finalized documentation for SoftFloat Release 3.
Diffstat (limited to 'README.html')
-rw-r--r--README.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.html b/README.html
index 6f9eadd..c0d5eb1 100644
--- a/README.html
+++ b/README.html
@@ -11,7 +11,7 @@
<P>
John R. Hauser<BR>
-2014 ________<BR>
+2014 Dec 17<BR>
</P>
<P>
@@ -19,7 +19,8 @@ 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
-<CODE>"softfloat.a"</CODE>) containing the floating-point subroutines.
+<CODE>softfloat.a</CODE> or <CODE>libsoftfloat.a</CODE>) containing the
+floating-point subroutines.
</P>
<P>