[libc-commits] [libc] [llvm] [libc][math] Implement single precision lgamma function (PR #205490)
via libc-commits
libc-commits at lists.llvm.org
Fri Aug 14 08:56:37 PDT 2026
================
@@ -483,6 +483,7 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.ldexp
libc.src.math.ldexpf
libc.src.math.ldexpl
+ libc.src.math.lgammaf
----------------
lntue wrote:
Also update the remaining entrypoint lists, like Mac, Windows,...
https://github.com/llvm/llvm-project/pull/205490
More information about the libc-commits
mailing list