https://github.com/ucb-bar/berkeley-softfloat-3
SoftFloat release 3
https://github.com/ucb-bar/berkeley-softfloat-3
Last synced: about 2 months ago
JSON representation
SoftFloat release 3
- Host: GitHub
- URL: https://github.com/ucb-bar/berkeley-softfloat-3
- Owner: ucb-bar
- License: other
- Created: 2014-11-29T03:30:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T23:44:14.000Z (3 months ago)
- Last Synced: 2025-04-12T09:17:57.007Z (about 2 months ago)
- Language: C
- Homepage: http://www.jhauser.us/arithmetic/SoftFloat.html
- Size: 760 KB
- Stars: 268
- Watchers: 53
- Forks: 146
- Open Issues: 17
-
Metadata Files:
- Readme: README.html
- License: COPYING.txt
Awesome Lists containing this project
README
Berkeley SoftFloat Package Overview
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 (typicallysoftfloat.a
orlibsoftfloat.a
) containing the
floating-point subroutines.
The SoftFloat package is documented in the following files in thedoc
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.