commit | eb498c55bab0f49c3903f69524e2674abe71c26b | [log] [tgz] |
---|---|---|
author | Jerry Zhao <jerryz123@berkeley.edu> | Fri Oct 13 15:23:50 2023 -0700 |
committer | GitHub <noreply@github.com> | Fri Oct 13 15:23:50 2023 -0700 |
tree | be448123945308a8bc01e831adb0c83b640aa979 | |
parent | 5c06db33fc1e2130f67c045327b0ec949032df1d [diff] | |
parent | bef5a34e1b2ef862e2c5cc0ed4f1ab6e92d01af1 [diff] |
Merge pull request #21 from nibrunieAtSi5/bf16-support [#18] Adding minimal BFloat16 support
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.