commit | a0c6494cdc11865811dec815d5c0049fba9d82a8 | [log] [tgz] |
---|---|---|
author | Jerry Zhao <jerryz123@berkeley.edu> | Fri Mar 07 15:44:13 2025 -0800 |
committer | GitHub <noreply@github.com> | Fri Mar 07 15:44:13 2025 -0800 |
tree | 7f4e232794aa0ac0282903cc22ec52bf2e9a36b3 | |
parent | 3b70b5d8147675932c38b36cd09af6df4eedd919 [diff] | |
parent | 19134b38de6a115e1deb2910e93e818bdbf271f9 [diff] |
Merge pull request #34 from HarryR/allow-RISCV-CC-override Allow CC override for Linux-RISCV64-GCC
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.