• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..20-Jan-2023-

arm32_include/20-Jan-2023-

build/20-Jan-2023-

doc/20-Jan-2023-

source/20-Jan-2023-

COPYING.txt A D20-Jan-20231.7 KiB3827

README.html A D20-Jan-20231.2 KiB5040

README.txt A D20-Jan-2023797 2214

sub.mk A D20-Jan-202352 42

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 3a</H1>
11
12<P>
13John R. Hauser<BR>
142015 October 23<BR>
15</P>
16
17<P>
18Berkeley SoftFloat is a software implementation of binary floating-point that
19conforms to the IEEE Standard for Floating-Point Arithmetic.
20SoftFloat is distributed in the form of C source code.
21Building the SoftFloat sources generates a library file (typically
22<CODE>softfloat.a</CODE> or <CODE>libsoftfloat.a</CODE>) containing the
23floating-point subroutines.
24</P>
25
26<P>
27The 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"><CODE>SoftFloat.html</CODE></A></TD>
33<TD>Documentation for using the SoftFloat functions.</TD>
34</TR>
35<TR>
36<TD><A HREF="doc/SoftFloat-source.html"><CODE>SoftFloat-source.html</CODE></A></TD>
37<TD>Documentation for building SoftFloat.</TD>
38</TR>
39<TR>
40<TD><A HREF="doc/SoftFloat-history.html"><CODE>SoftFloat-history.html</CODE></A><CODE>&nbsp;&nbsp;&nbsp;</CODE></TD>
41<TD>History of the major changes to SoftFloat.</TD>
42</TR>
43</TABLE>
44</BLOCKQUOTE>
45Other files in the package comprise the source code for SoftFloat.
46</P>
47
48</BODY>
49
50

README.txt

1
2Package Overview for Berkeley SoftFloat Release 3a
3
4John R. Hauser
52015 October 23
6
7Berkeley SoftFloat is a software implementation of binary floating-point
8that conforms to the IEEE Standard for Floating-Point Arithmetic.  SoftFloat
9is distributed in the form of C source code.  Building the SoftFloat sources
10generates a library file (typically "softfloat.a" or "libsoftfloat.a")
11containing the floating-point subroutines.
12
13The SoftFloat package is documented in the following files in the "doc"
14subdirectory:
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
20Other files in the package comprise the source code for SoftFloat.
21
22