blob: 7fe9f1276a00cc83caf99a6785409bf1d4b084b1 [file] [log] [blame]
.global asinl
.type asinl,@function
asinl:
fldt 8(%esp)
1: fld %st(0)
fld1
fsub %st(0),%st(1)
fadd %st(2)
fmulp
fsqrt
fpatan
ret