SoftFloat release 3
Go to file
Jerry Zhang Jian b51ef8f320
Add Linux-RISCV64-GCC build (#25)
Signed-off-by: Jerry Zhang Jian <jerry.zhangjian@sifive.com>
2024-02-02 15:15:37 -08:00
build Add Linux-RISCV64-GCC build (#25) 2024-02-02 15:15:37 -08:00
doc Fix typo (#16) 2021-11-29 14:51:04 -08:00
source add typedef for exceptionflags enumeration 2023-11-06 17:31:22 +08:00
.gitignore Add .gitignore file to ignore compiler output 2014-11-28 20:38:38 -08:00
COPYING.txt Release 3e. See "doc/SoftFloat-history.html". 2018-01-26 12:51:15 -08:00
README.html Release 3e. See "doc/SoftFloat-history.html". 2018-01-26 12:51:15 -08:00
README.md Release 3e. See "doc/SoftFloat-history.html". 2018-01-26 12:51:15 -08:00
README.txt Release 3e. See "doc/SoftFloat-history.html". 2018-01-26 12:51:15 -08:00

README.md

Package Overview for Berkeley SoftFloat Release 3e

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.