• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H26-Jul-2018-

doc/H03-May-2022-

source/H26-Jul-2018-

.gitignoreH A D26-Jul-201824

README.mdH A D26-Jul-20181 KiB

README.md

1
2Package Overview for Berkeley SoftFloat Release 3e
3==================================================
4
5John R. Hauser<br>
62018 January 20
7
8
9Berkeley SoftFloat is a software implementation of binary floating-point
10that conforms to the IEEE Standard for Floating-Point Arithmetic.  SoftFloat
11is distributed in the form of C source code.  Building the SoftFloat sources
12generates a library file (typically `softfloat.a` or `libsoftfloat.a`)
13containing the floating-point subroutines.
14
15
16The SoftFloat package is documented in the following files in the `doc`
17subdirectory:
18
19* [SoftFloat.html](http://www.jhauser.us/arithmetic/SoftFloat-3/doc/SoftFloat.html) Documentation for using the SoftFloat functions.
20* [SoftFloat-source.html](http://www.jhauser.us/arithmetic/SoftFloat-3/doc/SoftFloat-source.html) Documentation for building SoftFloat.
21* [SoftFloat-history.html](http://www.jhauser.us/arithmetic/SoftFloat-3/doc/SoftFloat-history.html) History of the major changes to SoftFloat.
22
23Other files in the package comprise the source code for SoftFloat.
24
25