[libc-commits] [PATCH] D130644: [libc] Implement cosf function that is correctly rounded to all rounding modes.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 27 15:25:30 PDT 2022


lntue added inline comments.


================
Comment at: libc/test/src/math/exhaustive/cosf_test.cpp:58
+
+// // Range: (-Inf, 0];
+// static constexpr uint32_t NEG_START = 0x8000'0000U;
----------------
orex wrote:
> Why the comments below?
Oops, I disabled and forgot to re-enable it.


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