diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:49:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:49:04 +0000 |
commit | 16f504a9dca3fe3b70568f67b7d41241ae485288 (patch) | |
tree | c60f36ada0496ba928b7161059ba5ab1ab224f9d /src/libs/softfloat-3e/README.html | |
parent | Initial commit. (diff) | |
download | virtualbox-upstream.tar.xz virtualbox-upstream.zip |
Adding upstream version 7.0.6-dfsg.upstream/7.0.6-dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/libs/softfloat-3e/README.html')
-rw-r--r-- | src/libs/softfloat-3e/README.html | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/libs/softfloat-3e/README.html b/src/libs/softfloat-3e/README.html new file mode 100644 index 00000000..e695c2bd --- /dev/null +++ b/src/libs/softfloat-3e/README.html @@ -0,0 +1,49 @@ + +<HTML> + +<HEAD> +<TITLE>Berkeley SoftFloat Package Overview</TITLE> +</HEAD> + +<BODY> + +<H1>Package Overview for Berkeley SoftFloat Release 3e</H1> + +<P> +John R. Hauser<BR> +2018 January 20<BR> +</P> + +<P> +Berkeley SoftFloat is a software implementation of binary floating-point that +conforms to the IEEE Standard for Floating-Point Arithmetic. +SoftFloat is distributed in the form of C source code. +Building the SoftFloat sources generates a library file (typically +<CODE>softfloat.a</CODE> or <CODE>libsoftfloat.a</CODE>) containing the +floating-point subroutines. +</P> + +<P> +The SoftFloat package is documented in the following files in the +<CODE>doc</CODE> subdirectory: +<BLOCKQUOTE> +<TABLE> +<TR> +<TD><A HREF="doc/SoftFloat.html"><NOBR><CODE>SoftFloat.html</CODE></NOBR></A></TD> +<TD>Documentation for using the SoftFloat functions.</TD> +</TR> +<TR> +<TD><A HREF="doc/SoftFloat-source.html"><NOBR><CODE>SoftFloat-source.html</CODE></NOBR></A></TD> +<TD>Documentation for building SoftFloat.</TD> +</TR> +<TR> +<TD><A HREF="doc/SoftFloat-history.html"><NOBR><CODE>SoftFloat-history.html</CODE></A><CODE> </CODE></NOBR></TD> +<TD>History of the major changes to SoftFloat.</TD> +</TR> +</TABLE> +</BLOCKQUOTE> +Other files in the package comprise the source code for SoftFloat. +</P> + +</BODY> + |