commit | 3b70b5d8147675932c38b36cd09af6df4eedd919 | [log] [tgz] |
---|---|---|
author | Hailin, Zeng <hailinzeng@gmail.com> | Mon Aug 05 07:30:02 2024 +0800 |
committer | GitHub <noreply@github.com> | Sun Aug 04 16:30:02 2024 -0700 |
tree | 1b0ce588adc3c1b48209bc5c356a267b7df16e45 | |
parent | b51ef8f3201669b2288104c28546fc72532a1ea4 [diff] |
Fix typo in function 'softfloat_propagateNaNF128M' for ARM-VFPv2-defaultNaN (#28)
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.