summaryrefslogtreecommitdiff
path: root/sysdeps/libm-i387/e_logl.S
blob: 2575d6c6e88451da3310a5976c5de259aa55ebae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Written by J.T. Conklin <jtc@netbsd.org>.
 * Public domain.
 *
 * Adapted for `long double' by Ulrich Drepper <drepper@cygnus.com>.
 */

#include <machine/asm.h>

RCSID("$NetBSD: $")

ENTRY(__ieee754_logl)
	fldln2
	fldt	4(%esp)
	fyl2x
	ret