X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fx86_64%2Fe_sqrt.s;h=d3c609f9f8d540beac7cc5a436aab807ea511b1d;hp=64de7d6adc20026b04019d8fe3a11de83802ade3;hb=bc30aea457c2406b3888df647e5a8af1dfeaadc8;hpb=6b3d5e508fcf16abe18c163c4c31a47f2d35a306 diff --git a/src/math/x86_64/e_sqrt.s b/src/math/x86_64/e_sqrt.s index 64de7d6a..d3c609f9 100644 --- a/src/math/x86_64/e_sqrt.s +++ b/src/math/x86_64/e_sqrt.s @@ -1,3 +1,4 @@ .global sqrt +.type sqrt,@function sqrt: sqrtsd %xmm0, %xmm0 ret