mirror of
https://github.com/fluencelabs/musl
synced 2025-07-05 17:41:58 +00:00
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