Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/arch/powerpc/gen/fpsetmask.c
RevisionDateAuthorComments
 1.11  27-Feb-2017  chs 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.
 1.10  10-Jul-2011  matt branches: 1.10.24; 1.10.28;
Don't use "f" with non-fp types. Use a union to go between
double and uint64_t. Makes clang happy.
 1.9  28-Apr-2008  martin branches: 1.9.8;
Remove clause 3 and 4 from TNF licenses
 1.8  24-Dec-2005  perry branches: 1.8.18;
__asm__ -> __asm
 1.7  24-Dec-2005  perry Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.6  12-Jun-2005  lukem Add missing __RCSID()
 1.5  04-Apr-2004  matt Lint cleanup. s/u_int64_t/uint64_t
 1.4  02-Apr-2004  matt Rather than use magic values, include <powerpc/fpu.h> and use those
definitions to generate the magic bits.
 1.3  13-Jan-2002  thorpej Add internal names for fp{get,set}{mask,round,sticky}(), and
externally-visible weak aliases for the internal names.
 1.2  08-Feb-2001  wiz branches: 1.2.2;
Add some casts to make lint shut up. Reviewed by christos.
 1.1  07-Jul-1999  danw add the ieeefp functions
 1.2.2.1  28-Jan-2002  nathanw Catch up to -current.
 1.8.18.1  18-May-2008  yamt sync with head.
 1.9.8.2  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.9.8.1  28-Apr-2008  martin file fpsetmask.c was added on branch christos-time_t on 2008-04-28 20:22:57 +0000
 1.10.28.1  21-Apr-2017  bouyer Sync with HEAD
 1.10.24.1  20-Mar-2017  pgoyette Sync with HEAD

RSS XML Feed