X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fx86_64%2Fe_sqrtf.s;h=eec48c609412ff88ad576c56df8d4fe62c5ea448;hp=2c77076b4fc6727734670b20dc6ad58404e3a1d2;hb=bc30aea457c2406b3888df647e5a8af1dfeaadc8;hpb=1e12632591ab98a6ea3af8680716c28282552981 diff --git a/src/math/x86_64/e_sqrtf.s b/src/math/x86_64/e_sqrtf.s index 2c77076b..eec48c60 100644 --- a/src/math/x86_64/e_sqrtf.s +++ b/src/math/x86_64/e_sqrtf.s @@ -1,3 +1,4 @@ .global sqrtf +.type sqrtf,@function sqrtf: sqrtss %xmm0, %xmm0 ret