commit | ab8e0920d5c6f7d7edd34c9e58da6c0c16b30d15 | [log] [tgz] |
---|---|---|
author | Andrew Waterman <waterman@cs.berkeley.edu> | Sat Jan 16 21:22:46 2016 -0800 |
committer | Andrew Waterman <waterman@cs.berkeley.edu> | Sat Jan 16 21:22:46 2016 -0800 |
tree | b74389580837b5eecf7332edaec82ed087cd2252 | |
parent | ad6be28b38f98421988ac2f787760f9b93b092e6 [diff] |
Employ new RISC-V NaN encoding
John R. Hauser
2015 October 23
Berkeley SoftFloat is a software implementation of binary floating-point that conforms to the IEEE Standard for Floating-Point Arithmetic. SoftFloat is distributed in the form of C source code. Building the SoftFloat sources generates a library file (typically softfloat.a
or libsoftfloat.a
) containing the floating-point subroutines.
The SoftFloat package is documented in the following files in the doc
subdirectory:
Other files in the package comprise the source code for SoftFloat.