[clang] [CUDA] fix wrapper cmath header to match #136101 (PR #139164)

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Mon May 12 11:27:00 PDT 2025


Artem-B wrote:

> Right now this checks for `libc++` less than 14. Is that still relevant following that change?

That's a very good point. Looks like those `__constexpr_fmin/fmax` are gone now and we do not heed them any more.

https://github.com/llvm/llvm-project/pull/139164


More information about the cfe-commits mailing list