We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270958a commit fb91b51Copy full SHA for fb91b51
libc/src/math/generic/asinhf16.cpp
@@ -40,7 +40,7 @@ static constexpr fputil::ExceptValues<float16, N_EXCEPTS> ASINHF16_EXCEPTS{{
40
// x = -0x1.c7cp+3, asinhf16(x) = -0x1.accp+1 (RZ)
41
{0xcb1f, 0xc2b3, 0, 1, 0},
42
// x = -0x1.26cp+4, asinhf16(x) = -0x1.cd8p+1 (RZ)
43
- {0xcc9b, 0xc336, 0, 1, 1}
+ {0xcc9b, 0xc336, 0, 1, 1},
44
}};
45
#endif // !LIBC_MATH_HAS_SKIP_ACCURATE_PASS
46
0 commit comments