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 64de7d6adc20026b04019d8fe3a11de83802ade3..d3c609f9f8d540beac7cc5a436aab807ea511b1d 100644 (file)
@@ -1,3 +1,4 @@
 .global sqrt
+.type sqrt,@function
 sqrt:  sqrtsd %xmm0, %xmm0
        ret
index 2c77076b4fc6727734670b20dc6ad58404e3a1d2..eec48c609412ff88ad576c56df8d4fe62c5ea448 100644 (file)
@@ -1,3 +1,4 @@
 .global sqrtf
+.type sqrtf,@function
 sqrtf:  sqrtss %xmm0, %xmm0
        ret