commit | 71a351956a780142876bf56904de01779477f35f | [log] [tgz] |
---|---|---|
author | Yanqi Yang <shxxyyq0000@qq.com> | Mon Nov 06 17:16:44 2023 +0800 |
committer | Yanqi Yang <shxxyyq0000@qq.com> | Mon Nov 06 17:31:22 2023 +0800 |
tree | d1433c06f6081bbabbcf5f251e543de959377c32 | |
parent | eb498c55bab0f49c3903f69524e2674abe71c26b [diff] |
add typedef for exceptionflags 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.