summaryrefslogtreecommitdiffstats
path: root/src/libs/softfloat-3e/testfloat/README.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-11 08:17:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-11 08:17:27 +0000
commitf215e02bf85f68d3a6106c2a1f4f7f063f819064 (patch)
tree6bb5b92c046312c4e95ac2620b10ddf482d3fa8b /src/libs/softfloat-3e/testfloat/README.txt
parentInitial commit. (diff)
downloadvirtualbox-f215e02bf85f68d3a6106c2a1f4f7f063f819064.tar.xz
virtualbox-f215e02bf85f68d3a6106c2a1f4f7f063f819064.zip
Adding upstream version 7.0.14-dfsg.upstream/7.0.14-dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/libs/softfloat-3e/testfloat/README.txt')
-rw-r--r--src/libs/softfloat-3e/testfloat/README.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/libs/softfloat-3e/testfloat/README.txt b/src/libs/softfloat-3e/testfloat/README.txt
new file mode 100644
index 00000000..9bbda571
--- /dev/null
+++ b/src/libs/softfloat-3e/testfloat/README.txt
@@ -0,0 +1,26 @@
+
+Package Overview for Berkeley TestFloat Release 3e
+
+John R. Hauser
+2018 January 20
+
+Berkeley TestFloat is a small collection of programs for testing that an
+implementation of binary floating-point conforms to the IEEE Standard for
+Floating-Point Arithmetic. TestFloat is distributed in the form of C source
+code.
+
+The TestFloat package is documented in the following files in the "doc"
+subdirectory:
+
+ TestFloat-general.html General documentation for understanding and using
+ the TestFloat programs.
+ testfloat_gen.html \
+ testfloat_ver.html | Specific documentation for each TestFloat
+ testfloat.html | program.
+ testsoftfloat.html |
+ timesoftfloat.html /
+ TestFloat-source.html Documentation for building TestFloat.
+ TestFloat-history.html History of the major changes to TestFloat.
+
+Other files in the package comprise the source code for TestFloat.
+