commit | b51ef8f3201669b2288104c28546fc72532a1ea4 | [log] [tgz] |
---|---|---|
author | Jerry Zhang Jian <jerryzj@users.noreply.github.com> | Sat Feb 03 07:15:37 2024 +0800 |
committer | GitHub <noreply@github.com> | Fri Feb 02 15:15:37 2024 -0800 |
tree | 8d9d47a6d74670d25bbbcc956a04de4c2605253b | |
parent | 080c31c72d5c3fd813584ea990e8a3aa10e902eb [diff] |
Add Linux-RISCV64-GCC build (#25) Signed-off-by: Jerry Zhang Jian <jerry.zhangjian@sifive.com>
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.