]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Softfloat/README.txt
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / StdLib / LibC / Softfloat / README.txt
CommitLineData
3352b62b
N
1$NetBSD: README.txt,v 1.1 2000/06/06 08:15:02 bjh21 Exp $\r
2\r
3Package Overview for SoftFloat Release 2a\r
4\r
5John R. Hauser\r
61998 December 13\r
7\r
8\r
9SoftFloat is a software implementation of floating-point that conforms to\r
10the IEC/IEEE Standard for Binary Floating-Point Arithmetic. SoftFloat is\r
11distributed in the form of C source code. Compiling the SoftFloat sources\r
12generates two things:\r
13\r
14-- A SoftFloat object file (typically `softfloat.o') containing the complete\r
15 set of IEC/IEEE floating-point routines.\r
16\r
17-- A `timesoftfloat' program for evaluating the speed of the SoftFloat\r
18 routines. (The SoftFloat module is linked into this program.)\r
19\r
20The SoftFloat package is documented in four text files:\r
21\r
22 softfloat.txt Documentation for using the SoftFloat functions.\r
23 softfloat-source.txt Documentation for compiling SoftFloat.\r
24 softfloat-history.txt History of major changes to SoftFloat.\r
25 timesoftfloat.txt Documentation for using `timesoftfloat'.\r
26\r
27Other files in the package comprise the source code for SoftFloat.\r
28\r
29Please be aware that some work is involved in porting this software to other\r
30targets. It is not just a matter of getting `make' to complete without\r
31error messages. I would have written the code that way if I could, but\r
32there are fundamental differences between systems that I can't make go away.\r
33You should not attempt to compile SoftFloat without first reading both\r
34`softfloat.txt' and `softfloat-source.txt'.\r
35\r
36At the time of this writing, the most up-to-date information about\r
37SoftFloat and the latest release can be found at the Web page `http://\r
38HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.\r
39\r