[libc-commits] [libc] [libc][math] Implement C23 half precision pow function (PR #159906)

via libc-commits libc-commits at lists.llvm.org
Sun Sep 21 11:16:35 PDT 2025


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

need 2 arguments.

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


More information about the libc-commits mailing list