aboutsummaryrefslogtreecommitdiff
path: root/doc/testfloat_ver.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/testfloat_ver.html')
-rw-r--r--doc/testfloat_ver.html21
1 files changed, 19 insertions, 2 deletions
diff --git a/doc/testfloat_ver.html b/doc/testfloat_ver.html
index 8d83e3d..0790896 100644
--- a/doc/testfloat_ver.html
+++ b/doc/testfloat_ver.html
@@ -7,11 +7,11 @@
<BODY>
-<H1>Berkeley TestFloat Release 3d: <CODE>testfloat_ver</CODE></H1>
+<H1>Berkeley TestFloat Release 3e: <CODE>testfloat_ver</CODE></H1>
<P>
John R. Hauser<BR>
-2017 August 18<BR>
+2018 January 20<BR>
</P>
@@ -116,6 +116,23 @@ been compiled so that its internal reference implementation of floating-point
tested.
</P>
+<H3><CODE>-checkInvInts</CODE></H3>
+
+<P>
+The <CODE>-checkInvInts</CODE> option causes <CODE>testfloat_ver</CODE> to
+verify the bitwise correctness of integer results of invalid operations.
+In order for this option to be sensible, <CODE>testfloat_ver</CODE> must have
+been compiled so that its internal reference implementation of floating-point
+(Berkeley SoftFloat) generates the proper integer results for the system being
+tested.
+</P>
+
+<H3><CODE>-checkAll</CODE></H3>
+
+<P>
+Enables both <CODE>-checkNaNs</CODE> and <CODE>-checkInvInts</CODE>.
+</P>
+
<H3><CODE>-precision32, -precision64, -precision80</CODE></H3>
<P>