Name | Last Modified | Size | Type |
---|---|---|---|
Parent Directory/ | - | Directory | |
CVS/ | 2023-Jun-20 05:01:30 | - | Directory |
bits32/ | 2013-Jan-11 04:02:20 | - | Directory |
bits64/ | 2024-Feb-28 04:01:29 | - | Directory |
templates/ | 2009-Dec-25 07:45:10 | - | Directory |
Makefile.inc | 2016-Mar-13 04:01:06 | 1.2K | application/octet-stream |
README.NetBSD | 2002-May-22 01:51:05 | 0.3K | application/octet-stream |
README.txt | 2000-Jun-06 10:15:02 | 1.6K | text/plain |
eqdf2.c | 2000-Jun-06 10:15:02 | 0.5K | text/plain |
eqsf2.c | 2000-Jun-06 10:15:03 | 0.5K | text/plain |
eqtf2.c | 2011-Jan-17 11:08:35 | 0.5K | text/plain |
fpgetmask.c | 2008-Apr-28 22:23:00 | 1.9K | text/plain |
fpgetround.c | 2008-Apr-28 22:23:00 | 1.9K | text/plain |
fpgetsticky.c | 2008-Apr-28 22:23:00 | 1.9K | text/plain |
fpsetmask.c | 2013-Jan-11 04:02:20 | 2.1K | text/plain |
fpsetround.c | 2013-Jan-11 04:02:20 | 2.1K | text/plain |
fpsetsticky.c | 2013-Jan-11 04:02:20 | 2.1K | text/plain |
gedf2.c | 2000-Jun-06 10:15:05 | 0.5K | text/plain |
gesf2.c | 2000-Jun-06 10:15:05 | 0.5K | text/plain |
getf2.c | 2011-Jan-17 11:08:35 | 0.5K | text/plain |
gexf2.c | 2004-Sep-27 12:16:24 | 0.5K | text/plain |
gtdf2.c | 2000-Jun-06 10:15:05 | 0.5K | text/plain |
gtsf2.c | 2000-Jun-06 10:15:06 | 0.5K | text/plain |
gttf2.c | 2011-Jan-17 11:08:35 | 0.5K | text/plain |
gtxf2.c | 2004-Sep-27 12:16:24 | 0.5K | text/plain |
ledf2.c | 2000-Jun-06 10:15:06 | 0.5K | text/plain |
lesf2.c | 2000-Jun-06 10:15:06 | 0.5K | text/plain |
letf2.c | 2011-Jan-17 11:08:35 | 0.5K | text/plain |
ltdf2.c | 2000-Jun-06 10:15:06 | 0.5K | text/plain |
ltsf2.c | 2000-Jun-06 10:15:06 | 0.5K | text/plain |
lttf2.c | 2011-Jan-17 11:08:35 | 0.5K | text/plain |
nedf2.c | 2000-Jun-06 10:15:07 | 0.5K | text/plain |
negdf2.c | 2000-Jun-06 10:15:07 | 0.5K | text/plain |
negsf2.c | 2000-Jun-06 10:15:07 | 0.5K | text/plain |
negtf2.c | 2011-Jan-17 11:08:35 | 0.5K | text/plain |
negxf2.c | 2004-Sep-27 12:16:24 | 0.5K | text/plain |
nesf2.c | 2000-Jun-06 10:15:07 | 0.5K | text/plain |
netf2.c | 2011-Jan-17 11:08:35 | 0.5K | text/plain |
nexf2.c | 2004-Sep-27 12:16:24 | 0.5K | text/plain |
softfloat-for-gcc.h | 2013-Aug-02 05:04:27 | 6.1K | application/octet-stream |
softfloat-history.txt | 2000-Jun-06 10:15:08 | 1.7K | text/plain |
softfloat-source.txt | 2006-Nov-24 20:46:58 | 16.7K | text/plain |
softfloat-specialize | 2014-Aug-11 05:03:21 | 16.6K | application/octet-stream |
softfloat.txt | 2006-Nov-24 20:46:58 | 16.2K | text/plain |
timesoftfloat.c | 2000-Jun-06 10:15:11 | 81.0K | text/plain |
timesoftfloat.txt | 2023-Jun-20 05:01:30 | 6.3K | text/plain |
unorddf2.c | 2003-May-06 10:58:19 | 0.7K | text/plain |
unordsf2.c | 2003-May-06 10:58:20 | 0.7K | text/plain |
unordtf2.c | 2014-Jan-30 20:11:41 | 0.7K | text/plain |
$NetBSD: README.txt,v 1.1 2000/06/06 08:15:02 bjh21 Exp $ Package Overview for SoftFloat Release 2a John R. Hauser 1998 December 13 SoftFloat is a software implementation of floating-point that conforms to the IEC/IEEE Standard for Binary Floating-Point Arithmetic. SoftFloat is distributed in the form of C source code. Compiling the SoftFloat sources generates two things: -- A SoftFloat object file (typically `softfloat.o') containing the complete set of IEC/IEEE floating-point routines. -- A `timesoftfloat' program for evaluating the speed of the SoftFloat routines. (The SoftFloat module is linked into this program.) The SoftFloat package is documented in four text files: softfloat.txt Documentation for using the SoftFloat functions. softfloat-source.txt Documentation for compiling SoftFloat. softfloat-history.txt History of major changes to SoftFloat. timesoftfloat.txt Documentation for using `timesoftfloat'. Other files in the package comprise the source code for SoftFloat. Please be aware that some work is involved in porting this software to other targets. It is not just a matter of getting `make' to complete without error messages. I would have written the code that way if I could, but there are fundamental differences between systems that I can't make go away. You should not attempt to compile SoftFloat without first reading both `softfloat.txt' and `softfloat-source.txt'. At the time of this writing, the most up-to-date information about SoftFloat and the latest release can be found at the Web page `http:// HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.