DBT-RISE-TGC/softfloat
Eyck-Alexander Jentzsch 7ffa7667b6 fixes concerning FMADD_S, FMSUB_S, FNMADD_S, and FNSUB_S
mostly about ensuring correct sign
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 fixes concerning FMADD_S, FMSUB_S, FNMADD_S, and FNSUB_S 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.