Tue Apr 23 15:56:56 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[glibc.git] / sysdeps / libm-i387 / e_sqrt.S
blob34fe9b71362587f92e143248bc59e94d3a93fc0f
1 /*
2  * Written by J.T. Conklin <jtc@netbsd.org>.
3  * Public domain.
4  */
6 #include <machine/asm.h>
8 RCSID("$NetBSD: e_sqrt.S,v 1.4 1995/05/08 23:49:57 jtc Exp $")
10 ENTRY(__ieee754_sqrt)
11         fldl    4(%esp)
12         fsqrt
13         ret