SoftFloat release 3
Go to file
Jerry Zhao 080c31c72d
Merge pull request #22 from midnighter95/master
Add typedef for exception flags enumeration
2023-11-19 15:35:20 -08:00
build Extending template-FAST_INT64 to support BFloat16 2023-09-19 13:07:42 -07: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.