2 * Written by J.T. Conklin <jtc@NetBSD.org>.
6 #include <machine/asm.h>
10 RCSID("$NetBSD: e_asin.S,v 1.7 2003/07/26 19:24:58 salo Exp $")
12 /* asin = atan (x / sqrt(1 - x^2)) */
14 XMM_ONE_ARG_DOUBLE_PROLOGUE
15 fldl ARG_DOUBLE_ONE /* x */
20 fsqrt /* sqrt (1 - x^2) */