[libc-commits] [libc] [libc][math] Impl bfloat16 lgamma function. (PR #199312)

via libc-commits libc-commits at lists.llvm.org
Fri May 22 22:05:47 PDT 2026


================
@@ -666,6 +666,7 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.ldexp
     libc.src.math.ldexpf
     libc.src.math.ldexpl
+    libc.src.math.lgammabf16
----------------
Sukumarsawant wrote:

The bfloat16 entrypoints are written separately in the file; you can add this there.
Additionally, you can add it to other entrypoints.

https://github.com/llvm/llvm-project/pull/199312


More information about the libc-commits mailing list