Skip to content

Commit 37db333

Browse files
committed
Remove duplicate comment
1 parent b019c70 commit 37db333

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/src/math/generic/logf16.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ static constexpr fputil::ExceptValues<float16, N_LOGF16_EXCEPTS>
3636
{0x0987U, 0xc858U, 0U, 1U, 0U},
3737
// x = 0x1.f2p-12, logf16(x) = -0x1.e98p+2 (RZ)
3838
{0x0fc8U, 0xc7a6U, 0U, 1U, 1U},
39-
// x = 0x1.4d4p-9, logf16(x) = -0x1.7e4p+2 (RZ)
4039
#endif
4140
// x = 0x1.4d4p-9, logf16(x) = -0x1.7e4p+2 (RZ)
4241
{0x1935U, 0xc5f9U, 0U, 1U, 0U},

0 commit comments

Comments
 (0)