SoftFloat release 3
Go to file
Nicolas Brunie ac8688db85 Adding more bf16 support function + skeleton for f32_to_bf16 2023-08-12 06:52:03 +02:00
build Release 3e. See "doc/SoftFloat-history.html". 2018-01-26 12:51:15 -08:00
doc Fix typo (#16) 2021-11-29 14:51:04 -08:00
source Adding more bf16 support function + skeleton for f32_to_bf16 2023-08-12 06:52:03 +02: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.