From 57c49a74f9f4baf3ba864bbce35d975efd18a8e3 Mon Sep 17 00:00:00 2001 From: John Hauser Date: Thu, 11 Dec 2014 14:38:33 -0800 Subject: Update in RC for Release 3, fixing some bugs and improving the documentation. --- doc/TestFloat-source.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/TestFloat-source.html b/doc/TestFloat-source.html index a875479..9c42e59 100644 --- a/doc/TestFloat-source.html +++ b/doc/TestFloat-source.html @@ -60,7 +60,7 @@ For basic documentation about TestFloat refer to

The source code for TestFloat is intended to be relatively machine-independent. Most programs in the TestFloat package should be compilable with any -ISO-standard C compiler that also supports 64-bit integers. +ISO-Standard C compiler that also supports 64-bit integers. If the all-in-one testfloat program will be used to test a new floating-point implementation, additional effort will likely be required to retarget that program to invoke the new floating-point operations. @@ -205,8 +205,10 @@ The supplied directory structure is as follows: subj-C build template - Win32-MinGW Linux-386-GCC + Linux-x86_64-GCC + Win32-MinGW + Win64-MinGW-w64 The majority of the TestFloat sources are provided in the source directory. @@ -240,9 +242,11 @@ Ignoring the template directory, the supplied target directories are intended to follow a naming system of <execution-environment>-<compiler>. For the example targets, -<execution-environment> is Win32 -and Linux-386, and <compiler> is -MinGW and GCC, respectively. +<execution-environment> is +Linux-386, Linux-x86_64, +Win32, or Win64, and +<compiler> is GCC, +MinGW, or MinGW-w64.

@@ -311,7 +315,7 @@ are changed.

SOFTFLOAT_LIB
The full path of the compiled SoftFloat library (usually -softfloat.a). +softfloat.a or libsoftfloat.a).

@@ -521,7 +525,7 @@ be, shortening the time before random number sequences repeat, and possibly wasting time as well. If rand is better on a given target platform, or if another, better random number generator is available (such as rand48 on -most UNIX-derived systems), TestFloat can be improved by overriding the given +UNIX-derived systems), TestFloat can be improved by overriding the given random.c with a target-specific one.

-- cgit v1.1