[libc-commits] [libc] [llvm] [libc][math] Add tgammabf16 math support for bfloat16. (PR #208689)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 15 13:51:25 PDT 2026
================
@@ -425,6 +425,16 @@ add_entrypoint_object(
libc.src.__support.math.tanbf16
)
+add_entrypoint_object(
+ tgammabf16
+ SRCS
+ tgammabf16.cpp
+ HDRS
+ ../tgammabf16.h
+ DEPENDS
+ libc.src.__support.math.tgammabf16
+)
+
----------------
Sukumarsawant wrote:
nit: better to move it somewhere else since this had the Tan family altogether
https://github.com/llvm/llvm-project/pull/208689
More information about the libc-commits
mailing list