[libc-commits] [libc] [libc][math] Improve the performance of sin/cos for small inputs |x| < 2^-4. (PR #201748)
via libc-commits
libc-commits at lists.llvm.org
Mon Jun 8 12:01:01 PDT 2026
================
----------------
lntue wrote:
I added comments explaining the reason we can use FAST2SUM for this in both sin and cos.
https://github.com/llvm/llvm-project/pull/201748
More information about the libc-commits
mailing list