@@ -1,3 +1,4 @@
.global sqrt
+.type sqrt,@function
sqrt: sqrtsd %xmm0, %xmm0
ret
.global sqrtf
+.type sqrtf,@function
sqrtf: sqrtss %xmm0, %xmm0