1$NetBSD: README.NetBSD,v 1.1 2000/06/06 08:15:02 bjh21 Exp $ 2 3This is a modified version of part of John Hauser's SoftFloat package. 4This version only contains the contents of the "softfloat/bits64" 5directory of the original release, plus some documentation. This 6version has been heavily modified to support its use with GCC to 7implement built-in floating-point operations, but compiling 8softfloat.c without SOFTFLOAT_FOR_GCC defined should get you the same 9results as from the original. 10 11