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

#include <machine/asm.h>

__FBSDID("$FreeBSD$");
/* RCSID("$NetBSD: s_logbf.S,v 1.3 1995/05/09 00:15:12 jtc Exp $") */

ENTRY(logbf)
	flds	4(%esp)
	fxtract
	fstp	%st
	ret
OpenPOWER on IntegriCloud