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

14 lines
197 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>
RCSID("$Id: s_rint.S,v 1.3 1995/04/28 22:44:15 jtc Exp $")
1994-02-11 21:20:17 +03:00
ENTRY(rint)
fldl 4(%esp)
frndint
ret