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