summaryrefslogtreecommitdiffstats
path: root/lib/msun/i387/s_rintf.S
blob: e188ae4c7f0702a85c44c9fff2d734ee7f97ab0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Written by J.T. Conklin <jtc@netbsd.org>.
 * Public domain.
 */

#include <machine/asm.h>

__FBSDID("$FreeBSD$");
/* RCSID("$NetBSD: s_rintf.S,v 1.3 1995/05/09 00:17:22 jtc Exp $") */

ENTRY(rintf)
	flds	4(%esp)
	frndint
	ret
END(rintf)

	.section .note.GNU-stack,"",%progbits
OpenPOWER on IntegriCloud