mirror of https://git.musl-libc.org/git/musl
2 changed files with 2 additions and 0 deletions
@ -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 |
|||
|
|||
Loading…
Reference in new issue