From a2681aabcb4c8857ce4a2f0f53335e99888e811b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 31 May 2022 11:30:22 -0700 Subject: [PATCH] Debug ppc failure --- include/fmt/format.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 8d1be797..cc5b2e37 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1318,8 +1318,10 @@ template constexpr int check_digits(); // A double-double floating point number. template -struct float_info::is_iec559 && - !is_float128::value>> { +struct float_info::digits == 64 || + std::numeric_limits::digits == 113 || + is_float128::value) && + std::is_same::value>> { static constexpr int check = check_digits::digits>(); using carrier_uint = detail::uint128_t; };