[libc-commits] [libc] [llvm] [libc][math] Implement half precision tgamma function (PR #192590)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Fri Apr 17 02:54:27 PDT 2026


================
@@ -3633,3 +3633,15 @@ if(NOT LLVM_LIBC_FULL_BUILD)
   add_subdirectory(exhaustive)
   add_subdirectory(performance_testing)
 endif()
+
+add_fp_unittest(
+  tgammaf16_test
+  NEED_MPFR
+  SUITE
+    libc-math-unittests
+  SRCS
+    tgammaf16_test.cpp
+  DEPENDS
+    libc.src.__support.FPUtil.fp_bits
----------------
vhscampos wrote:

fp_bits is not used by the source file. Remove

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


More information about the libc-commits mailing list