]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/libm-i387/e_sqrtf.S
Mon Mar 4 20:54:40 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
[thirdparty/glibc.git] / sysdeps / libm-i387 / e_sqrtf.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_sqrtf.S,v 1.2 1995/05/08 23:50:14 jtc Exp $")
9
10 ENTRY(__ieee754_sqrtf)
11 flds 4(%esp)
12 fsqrt
13 ret