| #
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.
|
| #
c5a82dd8 |
| 30-Apr-1999 |
ross <ross@NetBSD.org> |
* New MI man page for fp{set,get}{round,sticky,mask}(3). * Implement fpgetsticky() for alpha. * Direct fpsetsticky() and fp{get,set}mask() into alpha kernel via sysarch(2). * Define new sysarch(2) st
* New MI man page for fp{set,get}{round,sticky,mask}(3). * Implement fpgetsticky() for alpha. * Direct fpsetsticky() and fp{get,set}mask() into alpha kernel via sysarch(2). * Define new sysarch(2) stub for above and install and distribute sysarch.h for alpha. (The fpcr IS user mode r/w, but for reasons beyond the scope of a commit message kernel calls are needed.) And much kernel Magick is required before these do anything, but this way programs compiled under 1.4 will DTRT on future snapshots and releases.
show more ...
|