type directives for x86_64 math asm
[musl] / src / math / x86_64 / e_sqrtf.s
index 2c77076..eec48c6 100644 (file)
@@ -1,3 +1,4 @@
 .global sqrtf
+.type sqrtf,@function
 sqrtf:  sqrtss %xmm0, %xmm0
        ret