[libcxx-commits] [libcxx] [libcxx] Improve accuracy of complex exp (PR #165254)
Aleksei Nurmukhametov via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 30 05:59:36 PDT 2025
nurmukhametov wrote:
> I think an approach similar to #99677 would be better.
This approach (calling implementations of underlying libm) doesn't fix the initial issue (the accuracy of complex exponential implementation) the current PR addressing. You can see it in #165457 for example for CI jobs with picolibc.
https://github.com/llvm/llvm-project/pull/165254
More information about the libcxx-commits
mailing list