[libc-commits] [libc] [libc][math] Add gcc-7 to 9 compatibility for shared math. (PR #197868)
via libc-commits
libc-commits at lists.llvm.org
Thu May 21 06:55:07 PDT 2026
================
@@ -216,8 +216,7 @@ NormalFloat<long double>::init_from_bits(FPBits<long double> bits) {
}
}
-template <>
-LIBC_INLINE constexpr NormalFloat<long double>::operator long double() const {
+template <> LIBC_INLINE NormalFloat<long double>::operator long double() const {
----------------
lntue wrote:
Done.
https://github.com/llvm/llvm-project/pull/197868
More information about the libc-commits
mailing list