mirror of https://git.musl-libc.org/git/musl
Browse Source
these did not truncate excess precision in the return value. fixing them looks like considerable work, and the current C code seems to outperform them significantly anyway. long double functions are left in place because they are not subject to excess precision issues and probably better than the C code.master
9 changed files with 3 additions and 62 deletions
@ -1 +0,0 @@ |
|||
// see exp_ld.s
|
|||
@ -1 +0,0 @@ |
|||
# see exp.s |
|||
@ -1 +0,0 @@ |
|||
# see exp.s |
|||
@ -1 +1 @@ |
|||
# see exp.s |
|||
# see exp_ld.s |
|||
|
|||
@ -1 +0,0 @@ |
|||
# see exp.s |
|||
@ -1 +0,0 @@ |
|||
# see exp.s |
|||
@ -1 +0,0 @@ |
|||
# see exp.s |
|||
@ -1 +1 @@ |
|||
# see exp.s |
|||
# see exp_ld.s |
|||
|
|||
Loading…
Reference in new issue