| commit | b2341032da62a2d1ed21cc07c2ce7afc3721598f | [log] [tgz] |
|---|---|---|
| author | Nicolas Brunie <82109999+nibrunieAtSi5@users.noreply.github.com> | Sat Sep 30 20:57:08 2023 -0700 |
| committer | GitHub <noreply@github.com> | Sat Sep 30 20:57:08 2023 -0700 |
| tree | 2058009b864aa466bbaa5a6ab33b92a5a03483d0 | |
| parent | b1bbccf04d6b350fd5019f9e23ad9c8ae82c9b03 [diff] |
review feedback: 16-bit floating-point -> 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.