[libc-commits] [libc] [llvm] [libc][math] Implement single precision lgamma function (PR #205490)
via libc-commits
libc-commits at lists.llvm.org
Tue Jun 23 23:26:18 PDT 2026
AnonMiraj wrote:
The current implementation uses `math::log` and is a bit overcomplicated I'm sure it can be optimized further, but the exhaustive test takes a really long time, so I'll continue working on it after lgammaf16 gets merged.
https://github.com/llvm/llvm-project/pull/205490
More information about the libc-commits
mailing list