History log of /netbsd-src/sys/arch/sparc/include/ieeefp.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 6802e8e0 14-Jan-2017 christos <christos@NetBSD.org>

remove dup definitions


# e654a4e4 03-Jan-2015 martin <martin@NetBSD.org>

Avoid defining macros from the <fenv.h> namespace here (especially with
different values).


# e86314f7 20-Mar-2012 christos <christos@NetBSD.org>

make fp_except unsigned


# 88e42b60 20-May-2011 nakayama <nakayama@NetBSD.org>

Add fenv support for sparc. Mostly copied from sparc64 and share with it.


# 8a13bd18 24-Apr-2011 tron <tron@NetBSD.org>

Don't define "fenv_t" and "fexcept_t" for NetBSD/sparc64 because the
definitions clash with "/usr/include/sparc64/fenv.h".

This fixes the build of e.g. "pkgsrc/databases/mysql51-client" under
NetBSD

Don't define "fenv_t" and "fexcept_t" for NetBSD/sparc64 because the
definitions clash with "/usr/include/sparc64/fenv.h".

This fixes the build of e.g. "pkgsrc/databases/mysql51-client" under
NetBSD/sparc64 current.

show more ...


# 91d4704c 05-Aug-2008 matt <matt@NetBSD.org>

Update <machine/ieeefp.h> to use the C99 FE_* definitions instead of the
NetBSD defined ones. Redefine the NetBSD ones in terms of the C99 ones.
Step 1 to having <fenv.h>


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

Correct values for different rounding modes.


# 015e898c 05-Jan-1998 perry <perry@NetBSD.org>

RCSID Police.


# bb0897ee 31-Mar-1996 pk <pk@NetBSD.org>

Various cleanup; mostly trailing spaces/tabs.


# 8cfef1c8 10-Apr-1995 jtc <jtc@NetBSD.org>

Sparc specific portions of ieeefp.h (fp_rnd, fp_except, constants, etc.).