type directives for x86_64 math asm
authorRich Felker <dalias@aerifal.cx>
Sun, 26 Jun 2011 21:41:34 +0000 (17:41 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 26 Jun 2011 21:41:34 +0000 (17:41 -0400)
src/math/x86_64/e_sqrt.s
src/math/x86_64/e_sqrtf.s

index 64de7d6..d3c609f 100644 (file)
@@ -1,3 +1,4 @@
 .global sqrt
+.type sqrt,@function
 sqrt:  sqrtsd %xmm0, %xmm0
        ret
index 2c77076..eec48c6 100644 (file)
@@ -1,3 +1,4 @@
 .global sqrtf
+.type sqrtf,@function
 sqrtf:  sqrtss %xmm0, %xmm0
        ret