include: deprecate syscalls leftovers
[cavatools.git] / softfloat / README.html
1
2 <HTML>
3
4 <HEAD>
5 <TITLE>Berkeley SoftFloat Package Overview</TITLE>
6 </HEAD>
7
8 <BODY>
9
10 <H1>Package Overview for Berkeley SoftFloat Release 3e</H1>
11
12 <P>
13 John R. Hauser<BR>
14 2018 January 20<BR>
15 </P>
16
17 <P>
18 Berkeley SoftFloat is a software implementation of binary floating-point that
19 conforms to the IEEE Standard for Floating-Point Arithmetic.
20 SoftFloat is distributed in the form of C source code.
21 Building the SoftFloat sources generates a library file (typically
22 <CODE>softfloat.a</CODE> or <CODE>libsoftfloat.a</CODE>) containing the
23 floating-point subroutines.
24 </P>
25
26 <P>
27 The SoftFloat package is documented in the following files in the
28 <CODE>doc</CODE> subdirectory:
29 <BLOCKQUOTE>
30 <TABLE>
31 <TR>
32 <TD><A HREF="doc/SoftFloat.html"><NOBR><CODE>SoftFloat.html</CODE></NOBR></A></TD>
33 <TD>Documentation for using the SoftFloat functions.</TD>
34 </TR>
35 <TR>
36 <TD><A HREF="doc/SoftFloat-source.html"><NOBR><CODE>SoftFloat-source.html</CODE></NOBR></A></TD>
37 <TD>Documentation for building SoftFloat.</TD>
38 </TR>
39 <TR>
40 <TD><A HREF="doc/SoftFloat-history.html"><NOBR><CODE>SoftFloat-history.html</CODE></A><CODE>&nbsp;&nbsp;&nbsp;</CODE></NOBR></TD>
41 <TD>History of the major changes to SoftFloat.</TD>
42 </TR>
43 </TABLE>
44 </BLOCKQUOTE>
45 Other files in the package comprise the source code for SoftFloat.
46 </P>
47
48 </BODY>
49