Fix compilation on ppc64

This commit is contained in:
Victor Zverovich
2022-05-31 12:47:08 -07:00
parent a2681aabcb
commit 9d60395953
3 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -1984,7 +1984,7 @@ TEST(format_test, to_string) {
EXPECT_EQ(fmt::to_string(zero), "0");
#if FMT_USE_FLOAT128
EXPECT_EQ(fmt::to_string(__float128(0.42)), "0.42");
EXPECT_EQ(fmt::to_string(__float128(0.5)), "0.5");
#endif
}