commit | ac8688db85f554b7e165e0ee25a45bb50a2c50c7 | [log] [tgz] |
---|---|---|
author | Nicolas Brunie <nibrunie@gmail.com> | Sat Aug 12 06:52:03 2023 +0200 |
committer | Nicolas Brunie <nibrunie@gmail.com> | Sat Aug 12 06:52:03 2023 +0200 |
tree | e6ece3a50d74d447bea0dc033751465a79134725 | |
parent | 3d0376df7b25ea90ac62b2f89374e7d98ff84f5f [diff] |
Adding more bf16 support function + skeleton for f32_to_bf16
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.