History log of /netbsd-src/include/ieeefp.h (Results 1 – 9 of 9)
Revision Date Author Comments
# be06c07b 27-Mar-2011 mrg <mrg@NetBSD.org>

finish the ieeefp.h vs fp_prec_t hack from the previous change and
don't try to define a type when "fp_prec" isn't defined.

this lets my non-x86 (and i presume non-m68k) builds pass again.


# 2587e6e4 26-Mar-2011 christos <christos@NetBSD.org>

add fpgetprec/fpsetprec


# 8e726678 18-Nov-2005 christos <christos@NetBSD.org>

PR/32108: Greg Oster: fpgetmask() linking failure with g++ on macppc
Missing __{BEGIN,END}_DECLS.


# 19b7469a 03-Feb-2005 perry <perry@NetBSD.org>

de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.


# 3f935d01 13-Jun-2000 simonb <simonb@NetBSD.org>

Remove 'extern' from function declarations.


# 3fe138c1 09-Jan-1998 perry <perry@NetBSD.org>

RCS Id Police.


# e957423a 09-Apr-1995 mycroft <mycroft@NetBSD.org>

Move fp_except and fp_rnd definitions to machine/include.


# 4da3c343 09-Apr-1995 mycroft <mycroft@NetBSD.org>

Correct fp_rnd for i386. Add FP_X_* for m68k.


# a9ae458f 07-Apr-1995 jtc <jtc@NetBSD.org>

New header file <ieeefp.h>, which provides a API for getting and setting
IEEE rounding mode, exception enable flags, and exception sticky flags.