(_ISwbit): Protext use of parameter with parentheses.
[glibc.git] / sysdeps / libm-i387 / s_logbl.S
blob5c9a9c1c9d81623cffd958e84110c0b7f835ab77
1 /*
2  * Written by J.T. Conklin <jtc@netbsd.org>.
3  * Changes for long double by Ulrich Drepper <drepper@cygnus.com>
4  * Public domain.
5  */
7 #include <machine/asm.h>
9 RCSID("$NetBSD: $")
11 ENTRY(__logbl)
12         fldt    4(%esp)
13         fxtract
14         fstp    %st
15         ret
16 END (__logbl)
17 weak_alias (__logbl, logbl)