No description
Find a file
Jerry Zhao a0c6494cdc
Merge pull request #34 from HarryR/allow-RISCV-CC-override
Allow CC override for Linux-RISCV64-GCC
2025-03-07 15:44:13 -08:00
build Allow CC override for Linux-RISCV64-GCC 2025-03-07 23:37:55 +00:00
doc Fix typo (#16) 2021-11-29 14:51:04 -08:00
source Fix typo in function 'softfloat_propagateNaNF128M' for ARM-VFPv2-defaultNaN (#28) 2024-08-04 16:30:02 -07: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

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.