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 2643dc9 commit 16f4c77Copy full SHA for 16f4c77
libc/src/math/generic/logf16.cpp
@@ -36,7 +36,6 @@ static constexpr fputil::ExceptValues<float16, N_LOGF16_EXCEPTS>
36
{0x0987U, 0xc858U, 0U, 1U, 0U},
37
// x = 0x1.f2p-12, logf16(x) = -0x1.e98p+2 (RZ)
38
{0x0fc8U, 0xc7a6U, 0U, 1U, 1U},
39
-// x = 0x1.4d4p-9, logf16(x) = -0x1.7e4p+2 (RZ)
40
#endif
41
// x = 0x1.4d4p-9, logf16(x) = -0x1.7e4p+2 (RZ)
42
{0x1935U, 0xc5f9U, 0U, 1U, 0U},
0 commit comments