Index of /archives/NetBSD/NetBSD-release-9/src/lib/libc/softfloat
Name Last modified Size Description
Parent Directory -
unordtf2.c 2014-01-31 04:11 771
unordsf2.c 2003-05-06 17:58 733
unorddf2.c 2003-05-06 17:58 733
timesoftfloat.txt 2000-06-06 17:15 6.3K
timesoftfloat.c 2000-06-06 17:15 81K
templates/ 2024-02-15 03:49 -
softfloat.txt 2006-11-25 04:46 16K
softfloat-specialize 2014-08-10 14:57 17K
softfloat-source.txt 2006-11-25 04:46 17K
softfloat-history.txt 2000-06-06 17:15 1.8K
softfloat-for-gcc.h 2013-08-02 08:21 6.2K
nexf2.c 2004-09-27 19:16 548
netf2.c 2011-01-17 19:08 554
nesf2.c 2000-06-06 17:15 510
negxf2.c 2004-09-27 19:16 543
negtf2.c 2011-01-17 19:08 573
negsf2.c 2000-06-06 17:15 501
negdf2.c 2000-06-06 17:15 520
nedf2.c 2000-06-06 17:15 510
lttf2.c 2011-01-17 19:08 556
ltsf2.c 2000-06-06 17:15 512
ltdf2.c 2000-06-06 17:15 512
letf2.c 2011-01-17 19:08 563
lesf2.c 2000-06-06 17:15 519
ledf2.c 2000-06-06 17:15 519
gtxf2.c 2004-09-27 19:16 546
gttf2.c 2011-01-17 19:08 552
gtsf2.c 2000-06-06 17:15 508
gtdf2.c 2000-06-06 17:15 508
gexf2.c 2004-09-27 19:16 557
getf2.c 2011-01-17 19:08 563
gesf2.c 2000-06-06 17:15 519
gedf2.c 2000-06-06 17:15 519
fpsetsticky.c 2013-01-10 17:16 2.1K
fpsetround.c 2013-01-10 17:16 2.1K
fpsetmask.c 2013-01-10 17:16 2.1K
fpgetsticky.c 2008-04-29 05:23 2.0K
fpgetround.c 2008-04-29 05:23 2.0K
fpgetmask.c 2008-04-29 05:23 2.0K
eqtf2.c 2011-01-17 19:08 555
eqsf2.c 2000-06-06 17:15 513
eqdf2.c 2000-06-06 17:15 513
bits64/ 2024-02-15 03:49 -
bits32/ 2024-02-15 03:49 -
README.txt 2000-06-06 17:15 1.6K
README.NetBSD 2002-05-22 08:51 367
Makefile.inc 2016-03-13 10:06 1.2K
CVS/ 2024-02-15 03:51 -
$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'.