mirror of https://git.musl-libc.org/git/musl
15 changed files with 26 additions and 0 deletions
@ -1,4 +1,5 @@ |
|||
.global sqrt |
|||
.type sqrt,@function |
|||
sqrt: fldl 4(%esp) |
|||
fsqrt |
|||
ret |
|||
|
|||
@ -1,4 +1,5 @@ |
|||
.global sqrtf |
|||
.type sqrtf,@function |
|||
sqrtf: flds 4(%esp) |
|||
fsqrt |
|||
ret |
|||
|
|||
Loading…
Reference in new issue