commit | 40619cbb3bf32872df8c53cc457039229428a263 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Fri Feb 17 10:29:01 2023 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Fri Feb 17 10:29:01 2023 +0000 |
tree | 877ee55e67394f33550e22f0eda8bad463d155f2 | |
parent | 5a59dcec19327396a011a17fd924aed4fec416b3 [diff] |
All verbosity reduction in the testfloat code By itself this has no effect as the flag never gets altered by the original code. However QEMU's fp-test program directly include the test float code and that will shortly gain the ability to twiddle this flag. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
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_gen
program.testfloat_ver
program.testfloat
program.testsoftfloat
program.timesoftfloat
program.Other files in the package comprise the source code for TestFloat.