DBT-RISE-TGC/softfloat
Eyck-Alexander Jentzsch 2edd68d1bd refactors zeroProd branch to allow for better case handling 2024-07-31 12:30:41 +02:00
..
build updates softfloat to #b51ef8f of softfloat3 2024-07-31 12:30:41 +02:00
doc updates softfloat to #b51ef8f of softfloat3 2024-07-31 12:30:41 +02:00
source refactors zeroProd branch to allow for better case handling 2024-07-31 12:30:41 +02:00
.gitignore updates softfloat to #b51ef8f of softfloat3 2024-07-31 12:30:41 +02:00
CMakeLists.txt removes wrong compile definition 2024-07-31 12:30:41 +02:00
COPYING.txt updates softfloat to #b51ef8f of softfloat3 2024-07-31 12:30:41 +02:00
README.html updates softfloat to #b51ef8f of softfloat3 2024-07-31 12:30:41 +02:00
README.md updates softfloat to #b51ef8f of softfloat3 2024-07-31 12:30:41 +02:00
README.txt updates softfloat to #b51ef8f of softfloat3 2024-07-31 12:30:41 +02: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.