History log of /netbsd-src/sys/arch/alpha/include/float.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 776138ea 12-May-2003 kleink <kleink@NetBSD.org>

Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's
convention for these.


# a2dfb1b5 19-Apr-2003 christos <christos@NetBSD.org>

PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]
in terms of float_ieee.h


# 81afcb39 08-Jun-2000 thorpej <thorpej@NetBSD.org>

And more ANSI'ification!


# 3b9429b2 18-Feb-1998 mycroft <mycroft@NetBSD.org>

Minor changes to make all the float.h files match.


# b5c132e4 03-Feb-1998 mycroft <mycroft@NetBSD.org>

Prototype __flt_rounds() consistently.


# 7a8a1f3f 17-Jul-1997 thorpej <thorpej@NetBSD.org>

Turn the extern declaration of __flt_rounds() into a proper prototype.


# 562fa9b9 06-Apr-1997 cgd <cgd@NetBSD.org>

clean up NetBSD RCS ID strings


# 55fbbc70 20-Jun-1995 jtc <jtc@NetBSD.org>

Wrap with #ifndef _XXX_FLOAT_H_/#define _XXX_FLOAT_H_/ ... /#endif.


# 1d65cdd4 20-Jun-1995 jtc <jtc@NetBSD.org>

#include <sys/cdefs.h>.
Wrap __flt_rounds() declaration with __BEGIN_DECLS/__END_DECLS.


# 7cc5a0ed 29-Apr-1995 cgd <cgd@NetBSD.org>

make FLT_ROUNDS call __flt_rounds, so dynamic rounding mode is grabbed.


# 85854cb4 13-Feb-1995 cgd <cgd@NetBSD.org>

preliminary Alpha support. note that NOT ALL OF THE MODIFICATIONS TO
THE REST OF THE KERNEL ARE IN THE TREE YET. Also, some of this is
_incredibly_ hack-ish, etc., but it works.