1
0
Эх сурвалжийг харах

type directives for x86_64 math asm

Rich Felker 14 жил өмнө
parent
commit
bc30aea457

+ 1 - 0
src/math/x86_64/e_sqrt.s

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

+ 1 - 0
src/math/x86_64/e_sqrtf.s

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