mirror of
https://github.com/fluencelabs/musl
synced 2025-07-06 01:52:13 +00:00
type directives for x86_64 math asm
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
.global sqrt
|
.global sqrt
|
||||||
|
.type sqrt,@function
|
||||||
sqrt: sqrtsd %xmm0, %xmm0
|
sqrt: sqrtsd %xmm0, %xmm0
|
||||||
ret
|
ret
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
.global sqrtf
|
.global sqrtf
|
||||||
|
.type sqrtf,@function
|
||||||
sqrtf: sqrtss %xmm0, %xmm0
|
sqrtf: sqrtss %xmm0, %xmm0
|
||||||
ret
|
ret
|
||||||
|
Reference in New Issue
Block a user