[libcxx-commits] [PATCH] D124739: [libc++] Add Mathematical Special Functions status page

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 11 09:36:58 PDT 2022


philnik added a comment.

In D124739#3506589 <https://reviews.llvm.org/D124739#3506589>, @ldionne wrote:

> The current plan for implementing those was to use the ones in Boost.Math. If we do that, we'd be able to implement all of them in one go, and we wouldn't need to add this status page to track the status of the partially-implemented paper. Ideally we'd do that and avoid adding this status page at all. WDYT?

Wouldn't we have to essentially rewrite these functions if we snack them from boost? I'm not sure how much work it would be to add them all in one go, but it's definitely not just a copy-paste.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124739/new/

https://reviews.llvm.org/D124739



More information about the libcxx-commits mailing list