]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/libm-i387/e_sqrt.S
34fe9b71362587f92e143248bc59e94d3a93fc0f
[thirdparty/glibc.git] / sysdeps / libm-i387 / e_sqrt.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: e_sqrt.S,v 1.4 1995/05/08 23:49:57 jtc Exp $")
9
10 ENTRY(__ieee754_sqrt)
11 fldl 4(%esp)
12 fsqrt
13 ret