| commit | bef5a34e1b2ef862e2c5cc0ed4f1ab6e92d01af1 | [log] [tgz] |
|---|---|---|
| author | Nicolas Brunie <nicolas.brunie@sifive.com> | Thu Oct 12 21:07:29 2023 -0700 |
| committer | Nicolas Brunie <nicolas.brunie@sifive.com> | Thu Oct 12 21:07:58 2023 -0700 |
| tree | be448123945308a8bc01e831adb0c83b640aa979 | |
| parent | b2341032da62a2d1ed21cc07c2ce7afc3721598f [diff] |
adding two empty placeholder source file required for RISCV specialization on Linux-x86_64-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.