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.
double
float
1 parent a9deb29 commit fcc4f8aCopy full SHA for fcc4f8a
libc/test/src/math/asinpif16_test.cpp
@@ -27,7 +27,7 @@ TEST_F(LlvmLibcAsinpif16Test, PositiveRange) {
27
for (uint16_t v = POS_START; v <= POS_STOP; ++v) {
28
float16 x = FPBits(v).get_val();
29
EXPECT_MPFR_MATCH_ALL_ROUNDING(mpfr::Operation::Asinpi, x,
30
- LIBC_NAMESPACE::asinpif16(x), 0.5f);
+ LIBC_NAMESPACE::asinpif16(x), 0.5);
31
}
32
33
0 commit comments