[libc-commits] [libc] [libc][math] Implement C23 half precision erfc function (PR #180930)

via libc-commits libc-commits at lists.llvm.org
Thu Mar 12 20:57:59 PDT 2026


================
@@ -396,6 +396,12 @@ functions:
     return_type: float
     arguments:
       - type: float
+  - name: erfcf16
+    standards:
+      - stdc
+    return_type: _Float16
+    arguments:
+      - type: _Float16
----------------
lntue wrote:

Need `guard`

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


More information about the libc-commits mailing list