X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fx86_64%2Fe_sqrtf.s;h=eec48c609412ff88ad576c56df8d4fe62c5ea448;hb=2318207adcad74283881ffcefbad92797a2495aa;hp=2c77076b4fc6727734670b20dc6ad58404e3a1d2;hpb=1e12632591ab98a6ea3af8680716c28282552981;p=musl 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