commit | 577fcd787c172e996633016c912dc4795f8d7b7a | [log] [tgz] |
---|---|---|
author | Nicolas Brunie <nicolas.brunie@sifive.com> | Tue Sep 19 13:07:42 2023 -0700 |
committer | Nicolas Brunie <nicolas.brunie@sifive.com> | Tue Sep 19 13:07:42 2023 -0700 |
tree | 42f372b29d6aab0464e6b088c6c544e88ea68585 | |
parent | 1172fb3e0acf7be0fbc8558ce8557c98e3b40f89 [diff] |
Extending template-FAST_INT64 to support BFloat16
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.