[libc-commits] [libc] [llvm] [libc][math] Add isnanf128 (PR #199206)
via libc-commits
libc-commits at lists.llvm.org
Sat Jun 6 08:12:04 PDT 2026
lntue wrote:
> > LGTM with a small nit + Have you tried building with gcc?
> > CC @lntue
>
> Yes, I did build with a newer gcc, but it seems that for older versions of gcc, constexpr on `fputil::FPBits<float128>` isn't supported. Should I revert this back to `LIBC_CONSTEXPR`?
Yes, you should revert it back to `LIBC_CONSTEXPR`.
https://github.com/llvm/llvm-project/pull/199206
More information about the libc-commits
mailing list