[libc-commits] [libc] [libc][math] Added missing gamma, error, and fma entries to math.yaml (PR #199340)

via libc-commits libc-commits at lists.llvm.org
Sat May 23 04:51:54 PDT 2026


================
@@ -2698,6 +2721,18 @@ functions:
     arguments:
       - type: _Float16
     guard: LIBC_TYPES_HAS_FLOAT16
+  - name: tgamma
+    standards:
+      - stdc
+    return_type: double
+    arguements:
----------------
Sukumarsawant wrote:

same for this and forward .

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


More information about the libc-commits mailing list