[libc-commits] [libc] [libc][math] Improve the performance of sin/cos for small inputs |x| < 2^-4. (PR #201748)
Nico Weber via libc-commits
libc-commits at lists.llvm.org
Sun Jun 7 12:27:32 PDT 2026
================
----------------
nico wrote:
can this `<false>` go too? would be consistent with the sin() codepath (but maybe using FAST2SUM is possible in one place, but not the other)?
In any case, might be good to say in the commit message why (some of) the exact_adds no longer need to set FAST2SUM to false.
https://github.com/llvm/llvm-project/pull/201748
More information about the libc-commits
mailing list