History log of /netbsd/lib/libc/arch/powerpc/gen/fpsetmask.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 3c194cf0 27-Feb-2017 chs <chs@NetBSD.org>

have fpsetmask() change the FE0/FE1 MSR bits to precise mode if any
FP exceptions are enabled. fix the kernel emulation of mfmsr and mtmsr
to use the correct opcodes for these instructions. ignore

have fpsetmask() change the FE0/FE1 MSR bits to precise mode if any
FP exceptions are enabled. fix the kernel emulation of mfmsr and mtmsr
to use the correct opcodes for these instructions. ignore PSL_FE
(the FP enable bit) in the MSR that a user program tries to set,
since it will naturally be set for FP-using processes but
we can't let the user process manage that bit.

show more ...


# a67d3e78 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()


# 47e6b704 04-Apr-2004 matt <matt@NetBSD.org>

Lint cleanup. s/u_int64_t/uint64_t


# 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