We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b853a84 commit 876b8d9Copy full SHA for 876b8d9
libc/test/src/math/smoke/FmaTest.h
@@ -86,7 +86,6 @@ class FmaTestTemplate : public LIBC_NAMESPACE::testing::FEnvSafeTest {
86
}
87
88
// Test overflow.
89
- OutType z = out.max_normal;
90
InType in_z = LIBC_NAMESPACE::fputil::cast<InType>(out.max_normal);
91
EXPECT_FP_EQ_ALL_ROUNDING(func(InType(-0.25), in_z, in_z),
92
func(InType(1.75), in_z, -in_z));
0 commit comments