add .gitignore file
[musl] / src / math / i386 / e_sqrtf.s
index 015e24c..b79bd94 100644 (file)
@@ -1,4 +1,5 @@
 .global sqrtf
+.type sqrtf,@function
 sqrtf: flds 4(%esp)
        fsqrt
        ret