[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:26 PDT 2026


================
@@ -773,6 +773,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
     libc.src.math.sqrtf16
     libc.src.math.totalorderf16
     libc.src.math.totalordermagf16
+    libc.src.math.tgammaf16
----------------
vhscampos wrote:

Can you add it to baremetal/arm and baremetal/aarch64?

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


More information about the libc-commits mailing list