History log of /netbsd-src/sys/arch/sparc64/include/float.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 6c952c0d 25-Oct-2008 mrg <mrg@NetBSD.org>

move the float definitions all into <sparc/float.h> and make that
version work in either 32 or 64 bit mode.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 42269767 23-Oct-2003 kleink <kleink@NetBSD.org>

* Move the definitions for types other than single-precision and double-
precision back to machine-dependent headers. C99 has no strict
requirement which, if any, extended-precision type `long d

* Move the definitions for types other than single-precision and double-
precision back to machine-dependent headers. C99 has no strict
requirement which, if any, extended-precision type `long double' must
match, and even between 80-bit formats there are differences in
implementation (m68k vs. x86).
* On arm, consider __VFP_FP__.

show more ...


# 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


# ec10c455 21-Sep-2001 eeh <eeh@NetBSD.org>

Define proper constants for 128-bit floating point.


# 9d1afb75 27-Nov-1999 mrg <mrg@NetBSD.org>

merge cosmetic differences from sparc port.


# 01e2e698 20-Jun-1998 eeh <eeh@NetBSD.org>

Import of sparc64.