1 /* $NetBSD: fpgetmask.S,v 1.3 2002/06/12 19:17:22 fvdl Exp $ */
4 * Written by J.T. Conklin, Apr 4, 1995
8 #include <machine/asm.h>
11 * XXX only read x87 control word here. If an application only
12 * uses the fp* interface to manipulate FP bits, it should
13 * always remain in sync with the SSE mxcsr register.
17 WEAK_ALIAS(fpgetmask, _fpgetmask)