History log of /netbsd-src/lib/libc/arch/alpha/gen/fpgetmask.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 88c3eadb 12-Jun-2005 lukem <lukem@NetBSD.org>

Add missing __RCSID()


# 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.


# 88577019 26-Apr-2001 ross <ross@NetBSD.org>

minor cleanup


# 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 ...


# d2e405e5 29-Apr-1995 cgd <cgd@NetBSD.org>

functions to set FP exception masks & sticky exceptions. they abort, for now.