[libc-commits] [libc] [libc][math][c23] Add exp10m1f C23 math function (PR #87992)
via libc-commits
libc-commits at lists.llvm.org
Mon Apr 8 06:50:08 PDT 2024
================
@@ -24,17 +23,17 @@ namespace mpfr = LIBC_NAMESPACE::testing::mpfr;
TEST_F(LlvmLibcExp2m1fTest, TrickyInputs) {
constexpr LIBC_NAMESPACE::cpp::array<float, 10> INPUTS = {
// EXP2M1F_EXCEPTS_LO
- 0x1.36dc8ep-36,
- 0x1.224936p-19,
- 0x1.d16d2p-20,
- 0x1.17949ep-14,
- -0x1.9c3e1ep-38,
- -0x1.4d89b4p-32,
- -0x1.a6eac4p-10,
- -0x1.e7526ep-6,
+ 0x1.36dc8ep-36f,
----------------
overmighty wrote:
Not sure to what extent I can/should fix nits in `exp2m1f` in this PR.
https://github.com/llvm/llvm-project/pull/87992
More information about the libc-commits
mailing list