mirror of
https://github.com/AntelopeIO/berkeley-softfloat-3.git
synced 2026-07-21 13:53:30 +00:00
45fdcf1c6583e4af380b147ac568f5aa721b7ba8
from floating-point to an integer format raise an invalid exception. For the provided specializations (8086 and RISC-V), changed the result of converting a negative floating-point value to an unsigned integer format to now be zero. (Also renamed `shiftCount' inside functions to `shiftDist'.)
Package Overview for Berkeley SoftFloat Release 3a
John R. Hauser
2015 October 23
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:
- SoftFloat.html Documentation for using the SoftFloat functions.
- SoftFloat-source.html Documentation for building SoftFloat.
- SoftFloat-history.html History of the major changes to SoftFloat.
Other files in the package comprise the source code for SoftFloat.
Description
Languages
C
94.1%
Makefile
4.7%
C++
0.7%
CMake
0.5%