include: deprecate syscalls leftovers
[cavatools.git] / softfloat / README.txt
1
2 Package Overview for Berkeley SoftFloat Release 3e
3
4 John R. Hauser
5 2018 January 20
6
7 Berkeley SoftFloat is a software implementation of binary floating-point
8 that conforms to the IEEE Standard for Floating-Point Arithmetic. SoftFloat
9 is distributed in the form of C source code. Building the SoftFloat sources
10 generates a library file (typically "softfloat.a" or "libsoftfloat.a")
11 containing the floating-point subroutines.
12
13 The SoftFloat package is documented in the following files in the "doc"
14 subdirectory:
15
16 SoftFloat.html Documentation for using the SoftFloat functions.
17 SoftFloat-source.html Documentation for building SoftFloat.
18 SoftFloat-history.html History of the major changes to SoftFloat.
19
20 Other files in the package comprise the source code for SoftFloat.
21