type directives for x86_64 math asm
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.global sqrt
|
||||
.type sqrt,@function
|
||||
sqrt: sqrtsd %xmm0, %xmm0
|
||||
ret
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
.global sqrtf
|
||||
.type sqrtf,@function
|
||||
sqrtf: sqrtss %xmm0, %xmm0
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user