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

via libc-commits libc-commits at lists.llvm.org
Fri Feb 27 07:40:17 PST 2026


================
@@ -2162,6 +2162,13 @@ functions:
     arguments:
       - type: float
       - type: float
+  - name: powf16
----------------
lntue wrote:

`Float16` function also needs `guard`

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


More information about the libc-commits mailing list