History log of /src/lib/libc/arch/mips/gen/fpgetsticky.c |
Revision | | Date | Author | Comments |
1.9 |
| 17-Sep-2014 |
joerg | Explicitly set noat around instructions using $at.
|
1.8 |
| 20-Mar-2012 |
matt | Revert unneeded casts.
|
1.7 |
| 20-Mar-2012 |
he | Cast to unsigned int before doing shift operations, to appease lint.
|
1.6 |
| 19-Mar-2012 |
matt | Convert to C89 definitions. Cleanup up type usage.
|
1.5 |
| 24-Dec-2005 |
perry | branches: 1.5.44; __asm__ -> __asm
|
1.4 |
| 12-Jun-2005 |
lukem | Add missing __RCSID()
|
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 |
| 16-Sep-1996 |
jonathan | branches: 1.2.16; Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag string from "Id:" to "NetBSD:".
|
1.1 |
| 11-Apr-1995 |
jtc | Added __flt_rounds, fp{get,set}{mask,round,sticky}.
|
1.2.16.1 |
| 28-Jan-2002 |
nathanw | Catch up to -current.
|
1.5.44.1 |
| 17-Apr-2012 |
yamt | sync with head
|