X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2Fx86_64%2Fsqrtf.s;fp=src%2Fmath%2Fx86_64%2Fsqrtf.s;h=eec48c609412ff88ad576c56df8d4fe62c5ea448;hp=0000000000000000000000000000000000000000;hb=67f8bc0148070f5be55b883d74cd04985a698d6b;hpb=f18521465074f301f44d4cb825543b035c4ad191 diff --git a/src/math/x86_64/sqrtf.s b/src/math/x86_64/sqrtf.s new file mode 100644 index 0000000..eec48c6 --- /dev/null +++ b/src/math/x86_64/sqrtf.s @@ -0,0 +1,4 @@ +.global sqrtf +.type sqrtf,@function +sqrtf: sqrtss %xmm0, %xmm0 + ret