commit | 080c31c72d5c3fd813584ea990e8a3aa10e902eb | [log] [tgz] |
---|---|---|
author | Jerry Zhao <jerryz123@berkeley.edu> | Sun Nov 19 15:35:20 2023 -0800 |
committer | GitHub <noreply@github.com> | Sun Nov 19 15:35:20 2023 -0800 |
tree | d1433c06f6081bbabbcf5f251e543de959377c32 | |
parent | eb498c55bab0f49c3903f69524e2674abe71c26b [diff] | |
parent | 71a351956a780142876bf56904de01779477f35f [diff] |
Merge pull request #22 from midnighter95/master Add typedef for exception flags enumeration
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.