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 4a22df9 commit c8f5517Copy full SHA for c8f5517
libc/test/src/math/acoshf16_test.cpp
@@ -17,7 +17,7 @@ using LlvmLibcAcoshf16Test = LIBC_NAMESPACE::testing::FPTest<float16>;
17
namespace mpfr = LIBC_NAMESPACE::testing::mpfr;
18
19
static constexpr uint16_t START = 0x3c00U;
20
-static constexpr uint16_t STOP = 0x7bffU;
+static constexpr uint16_t STOP = 0x7c00;
21
22
TEST_F(LlvmLibcAcoshf16Test, PositiveRange) {
23
for (uint16_t v = START; v <= STOP; ++v) {
0 commit comments