OpenLibm?
Joel Sherrill <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAF9ehCU9ci+fX918A7CGcrZmCM4+zgNkf=DN1H0Bvo5qHX5gLQ@mail.gmail.com> |
Hi I was looking for a possible source of long double libm method implementations and it looks like openlibm (https://github.com/JuliaMath/openlibm) has a complete implementation for multiple architectures of interest. It is based on the fdlibm source I think most of newlib's libm came from and appears to be well maintained. Any thoughts on using this for at least the long double methods? Other than inertia, is there a reason not to consider newlib just importing this? --joel