X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fx86_64%2Fsqrtl.s;fp=src%2Fmath%2Fx86_64%2Fsqrtl.s;h=23cd687d02641d8f554860467de2e758bd63083d;hb=b69f695acedd4ce2798ef9ea28d834ceccc789bd;hp=0000000000000000000000000000000000000000;hpb=d46cf2e14cc4df7cc75e77d7009fcb6df1f48a33;p=musl diff --git a/src/math/x86_64/sqrtl.s b/src/math/x86_64/sqrtl.s new file mode 100644 index 00000000..23cd687d --- /dev/null +++ b/src/math/x86_64/sqrtl.s @@ -0,0 +1,5 @@ +.global sqrtl +.type sqrtl,@function +sqrtl: fldt 8(%rsp) + fsqrt + ret