[libcxx-commits] [PATCH] D124739: [libc++] Add Mathematical Special Functions status page
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 11 12:05:59 PDT 2022
Mordante 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?
Mainly curious, is the Boost license compatible with the LLVM license?
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