History log of /src/lib/libc/arch/powerpc/gen/fpsetsticky.c |
Revision | | Date | Author | Comments |
1.11 |
| 10-Jul-2011 |
matt | Don't use "f" with non-fp types. Use a union to go between double and uint64_t. Makes clang happy.
|
1.10 |
| 28-Apr-2008 |
martin | branches: 1.10.8; Remove clause 3 and 4 from TNF licenses
|
1.9 |
| 24-Dec-2005 |
perry | branches: 1.9.18; __asm__ -> __asm
|
1.8 |
| 24-Dec-2005 |
perry | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
1.7 |
| 12-Jun-2005 |
lukem | Add missing __RCSID()
|
1.6 |
| 04-Apr-2004 |
matt | 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.
|
1.5 |
| 04-Apr-2004 |
matt | 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.
|
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.9.18.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.10.8.2 |
| 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.10.8.1 |
| 28-Apr-2008 |
martin | file fpsetsticky.c was added on branch christos-time_t on 2008-04-28 20:22:58 +0000
|