commit | b64af41c3276f97f0e181920400ee056b9c88037 | [log] [tgz] |
---|---|---|
author | John Hauser <jhauser@eecs.berkeley.edu> | Thu Jul 26 13:52:23 2018 -0700 |
committer | John Hauser <jhauser@eecs.berkeley.edu> | Thu Jul 26 13:52:23 2018 -0700 |
tree | 5f46f374bcf9aef50442ba5fd25f3b5bcdf963c4 | |
parent | f74b1e48110ac3a27dd49b787d164e55e42d81d1 [diff] |
Fix typo in function 'softfloat_propagateNaNF128M' for RISC-V.
John R. Hauser
2018 January 20
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.