| commit | 11a6a656c7651695deacfdcda9c5d80fdbc05fee | [log] [tgz] |
|---|---|---|
| author | John Hauser <jhauser@eecs.berkeley.edu> | Mon Feb 22 16:11:14 2016 -0800 |
| committer | John Hauser <jhauser@eecs.berkeley.edu> | Mon Feb 22 16:11:14 2016 -0800 |
| tree | 1ec2c42c8daa1b5b0eb5b66272b158eab4bd9993 | |
| parent | 8abb14e5cfa6eaa5ac7a212a44d8ea768a039bea [diff] |
Modified `testsoftfloat' to accept zero as the result of converting a negative floating-point value to an unsigned integer format. (Also renamed `shiftCount' to `shiftDist' inside "slowfloat.c".)
John R. Hauser
2015 October 23
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.