https://github.com/offchainlabs/softfloat
SoftFloat-3e with WASM build support
https://github.com/offchainlabs/softfloat
Last synced: 4 months ago
JSON representation
SoftFloat-3e with WASM build support
- Host: GitHub
- URL: https://github.com/offchainlabs/softfloat
- Owner: OffchainLabs
- License: other
- Created: 2022-03-10T23:04:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T10:00:01.000Z (over 3 years ago)
- Last Synced: 2025-05-01T12:09:51.553Z (about 1 year ago)
- Language: C
- Size: 743 KB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
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 (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.