History log of /netbsd-src/lib/libc/arch/powerpc/gen/fpsetsticky.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 85f1d6f3 10-Jul-2011 matt <matt@NetBSD.org>

Don't use "f" with non-fp types. Use a union to go between
double and uint64_t. Makes clang happy.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# ce666bb8 24-Dec-2005 perry <perry@NetBSD.org>

__asm__ -> __asm


# 4e11af46 24-Dec-2005 perry <perry@NetBSD.org>

Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.


# 88c3eadb 12-Jun-2005 lukem <lukem@NetBSD.org>

Add missing __RCSID()


# 6aeab1d3 04-Apr-2004 matt <matt@NetBSD.org>

Update FPSCR_FX consistently per the Programming Environment Manual. So
if any sticky bit is set, FPSCR_FX should be set. If no sticky bits are
set, then FPSCR_FX should be clear.


# 6da9a372 04-Apr-2004 matt <matt@NetBSD.org>

Deal with the way FP_X_INV works. That maps to FPSCR_VX. However FPSCR_VX
is not a sticky, it's actually an inclusive OR of 9 stick bits. So when
FP_X_INV is cleared, we need to clear all of those

Deal with the way FP_X_INV works. That maps to FPSCR_VX. However FPSCR_VX
is not a sticky, it's actually an inclusive OR of 9 stick bits. So when
FP_X_INV is cleared, we need to clear all of those bits. When FP_X_INV is
set, we set all of them.

show more ...


# 386a0ebd 02-Apr-2004 matt <matt@NetBSD.org>

Rather than use magic values, include <powerpc/fpu.h> and use those
definitions to generate the magic bits.


# 5d3e8294 13-Jan-2002 thorpej <thorpej@NetBSD.org>

Add internal names for fp{get,set}{mask,round,sticky}(), and
externally-visible weak aliases for the internal names.


# 4d8cd9d9 08-Feb-2001 wiz <wiz@NetBSD.org>

Add some casts to make lint shut up. Reviewed by christos.


# 687108b4 07-Jul-1999 danw <danw@NetBSD.org>

add the ieeefp functions