[libcxx-commits] [libcxx] [libc++][math] Add constexpr for std::abs() (PR #146633)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 3 00:22:45 PDT 2025
philnik777 wrote:
> Any ideas on how we want to proceed here? I have other functions in the pipeline as well and they will run into the same issues, or should we just put this standard conformance work on hold for now?
I think the only way forward here is to implement constexpr support for the builtins.
https://github.com/llvm/llvm-project/pull/146633
More information about the libcxx-commits
mailing list