commit | 54da0e1be7a9c90b4225ac29cf5b5c8b4ec8304c | [log] [tgz] |
---|---|---|
author | Nicolas Brunie <nibrunie@gmail.com> | Sat Aug 12 10:34:58 2023 +0200 |
committer | Nicolas Brunie <nibrunie@gmail.com> | Sat Aug 12 10:34:58 2023 +0200 |
tree | 0e2ee10eb9f8f336f6812dcd4bea3b96f39746c4 | |
parent | fab20258f0ba207b30753031a33d84f6c2e7d724 [diff] |
Fixing dummy bf16_to_f32 conversion
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.