]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/libm-i387/s_logbf.S
Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
[thirdparty/glibc.git] / sysdeps / libm-i387 / s_logbf.S
1 /*
2 * Written by J.T. Conklin <jtc@netbsd.org>.
3 * Public domain.
4 */
5
6 #include <machine/asm.h>
7
8 RCSID("$NetBSD: s_logbf.S,v 1.3 1995/05/09 00:15:12 jtc Exp $")
9
10 ENTRY(__logbf)
11 flds 4(%esp)
12 fxtract
13 fstpl %st
14 ret
15 weak_alias (__logbf, logbf)