]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/libm-i387/e_sqrt.S
170363fa87822563bcc8444e5c411cd633becda1
[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
14 PSEUDO_END (__ieee754_sqrt)