commit | 3d0376df7b25ea90ac62b2f89374e7d98ff84f5f | [log] [tgz] |
---|---|---|
author | Nicolas Brunie <nibrunie@gmail.com> | Sat Aug 12 04:13:37 2023 +0200 |
committer | Nicolas Brunie <nibrunie@gmail.com> | Sat Aug 12 04:13:37 2023 +0200 |
tree | 810eefa56eb5e6ead1c73349d806d2bad53612c8 | |
parent | 5c06db33fc1e2130f67c045327b0ec949032df1d [diff] |
adding initial bf16 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.