summaryrefslogtreecommitdiff
path: root/sysdeps/libm-i387/e_log10l.S
blob: 0a19256933dd9824ab95d25683a6233da4ffe5fd (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_log10l)
	fldlg2
	fldt	4(%esp)
	fyl2x
	ret