NetBSD/lib/libm/arch/i387/s_rint.S

14 lines
201 B
ArmAsm
Raw Normal View History

1994-02-11 21:20:17 +03:00
/*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
1994-02-11 21:20:17 +03:00
*/
#include <machine/asm.h>
1995-05-09 03:55:16 +04:00
RCSID("$NetBSD: s_rint.S,v 1.4 1995/05/09 00:16:08 jtc Exp $")
1994-02-11 21:20:17 +03:00
ENTRY(rint)
fldl 4(%esp)
frndint
ret