libm on x86_64?
Matthias Wenzel <[email protected]> Thu, 19 Jan 2017 07:15:06 +0100
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
hi, did anyone create (parts of) libm for x86_64? I did implement x86_64/sqrt.S but now I need pow(). libm/pow.c calls exp() and log() but those only exist on i386, and for now I don't feel smart enough to implement those on x86_64. mazzoo