[libc-commits] [PATCH] D130644: [libc] Implement cosf function that is correctly rounded to all rounding modes.
Kirill Okhotnikov via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jul 27 13:03:35 PDT 2022
orex accepted this revision.
orex added inline comments.
This revision is now accepted and ready to land.
================
Comment at: libc/test/src/math/exhaustive/cosf_test.cpp:58
+
+// // Range: (-Inf, 0];
+// static constexpr uint32_t NEG_START = 0x8000'0000U;
----------------
Why the comments below?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130644/new/
https://reviews.llvm.org/D130644
More information about the libc-commits
mailing list