X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fx86_64%2Fe_sqrt.s;fp=src%2Fmath%2Fx86_64%2Fe_sqrt.s;h=64de7d6adc20026b04019d8fe3a11de83802ade3;hb=1e12632591ab98a6ea3af8680716c28282552981;hp=0000000000000000000000000000000000000000;hpb=c2afb747b0296f23cd1903e82ccbdee3fc2978fd;p=musl diff --git a/src/math/x86_64/e_sqrt.s b/src/math/x86_64/e_sqrt.s new file mode 100644 index 00000000..64de7d6a --- /dev/null +++ b/src/math/x86_64/e_sqrt.s @@ -0,0 +1,3 @@ +.global sqrt +sqrt: sqrtsd %xmm0, %xmm0 + ret