[libc-commits] [libc] [llvm] [libc][math] Impl bfloat16 lgamma function. (PR #199312)
via libc-commits
libc-commits at lists.llvm.org
Sat May 23 11:57:50 PDT 2026
lntue wrote:
> @lntue please review the code is there any changes todo...
Now is the fun part. Your implementation is not correctly rounded yet. Look at the CI failures. Analyze and document the accuracy of your algorithm carefully (in the code's comments and in the PR description), iterate and test them locally until the tests pass.
https://github.com/llvm/llvm-project/pull/199312
More information about the libc-commits
mailing list