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