X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fx86_64%2Fasinl.s;fp=src%2Fmath%2Fx86_64%2Fasinl.s;h=83c392f761986d1c76859e34e38e5efb7922b6fd;hb=30df206cb0c66848142898115d301a0d80333d0f;hp=0000000000000000000000000000000000000000;hpb=80949ccdc6656c51292b4260b6e8d7b493ca6c45;p=musl diff --git a/src/math/x86_64/asinl.s b/src/math/x86_64/asinl.s new file mode 100644 index 00000000..83c392f7 --- /dev/null +++ b/src/math/x86_64/asinl.s @@ -0,0 +1,12 @@ +.global asinl +.type asinl,@function +asinl: + fldt 8(%rsp) +1: fld %st(0) + fmul %st(0) + fld1 + fsubp %st(1) + fsqrt + fpatan + ret +