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> </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