commit | 5c06db33fc1e2130f67c045327b0ec949032df1d | [log] [tgz] |
---|---|---|
author | Kijima Daigo <norimaking777@gmail.com> | Tue Nov 30 07:51:04 2021 +0900 |
committer | GitHub <noreply@github.com> | Mon Nov 29 14:51:04 2021 -0800 |
tree | 887a723a6e54e821eeb235c47d1199b3d62d9580 | |
parent | b64af41c3276f97f0e181920400ee056b9c88037 [diff] |
Fix typo (#16)
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.