cvs commit: src/sys/ia64/include float.h

M. Warner Losh imp at bsdimp.com
Wed Apr 2 05:21:11 PST 2003


In message: <20030402075905.GA30835 at cirb503493.alcatel.com.au>
            Peter Jeremy <peterjeremy at optushome.com.au> writes:
: Which is more wrong: LDBL_* constants that are "correct" but unusable
: because the CPU is set to "round to double" or LBDL_* constants that
: match the CPU rounding but not the compiler's "long double" type?

Actually, we should have LDBL constants that are correct to match the
compiler's notions, and fix the kernel.  I've done it at work for
testing purposes and I've seen no ill effects.  When I changed the
LDBL_ constants, it was fully my intention to also change the kernel.

Warner


More information about the cvs-src mailing list