[libc++] Add `__libcpp_copysign` conditionally constexpr overloads.
This is a spin-off from D79555 review, that with this patch will be able to use `__libcpp_copysign` instead of adhoc `__copysign_constexpr` helper. Reviewed By: ldionne, #libc Differential Revision: https://reviews.llvm.org/D106364
Loading
Please sign in to comment