| commit | 669ffa1a83a217f4a5bd207699670e7459a58978 | [log] [tgz] |
|---|---|---|
| author | Scott Beamer <sbeamer@eecs.berkeley.edu> | Wed Sep 16 15:46:51 2015 -0700 |
| committer | Scott Beamer <sbeamer@eecs.berkeley.edu> | Wed Sep 16 15:46:51 2015 -0700 |
| tree | 4abe120b9fa6e9bcbbe2909ddc9b6e3e0f2ae572 | |
| parent | 19c55bae5e49444f2566315b5d32730215f5d3cc [diff] |
added readme in markdown format
John R. Hauser
2015 February 16
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 softfloat.a or libsoftfloat.a) containing the floating-point subroutines.
The SoftFloat package is documented in the following files in the doc subdirectory:
Other files in the package comprise the source code for SoftFloat.