<iso646.h>: Avoid conflicts w/ C++ keywords.
[dragonfly.git] / lib / libm / arch / i386 / s_logbl.S
1 /*
2  * Written by J.T. Conklin <jtc@NetBSD.org>.
3  * Public domain.
4  *
5  * $NetBSD: s_logbl.S,v 1.1 2011/08/03 14:13:07 joerg Exp
6  */
7
8 #include <machine/asm.h>
9
10 #include "abi.h"
11
12 ENTRY(logbl)
13         fldt    ARG_LONG_DOUBLE_ONE
14         fxtract
15         fstp    %st
16         ret
17 END(logbl)
18
19         .section .note.GNU-stack,"",%progbits