1 /* $NetBSD: fpgetround.c,v 1.7 2014/09/17 11:02:55 joerg Exp $ */
4 * Written by J.T. Conklin, Apr 11, 1995
9 #if defined(LIBC_SCCS) && !defined(lint)
10 __RCSID("$NetBSD: fpgetround.c,v 1.7 2014/09/17 11:02:55 joerg Exp $");
11 #endif /* LIBC_SCCS and not lint */
13 #include "namespace.h"
18 __weak_alias(fpgetround
,_fpgetround
)
26 __asm(".set push; .set noat; cfc1 %0,$31; .set pop" : "=r" (x
));