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

via libc-commits libc-commits at lists.llvm.org
Tue Feb 17 07:58:45 PST 2026


================
@@ -644,6 +644,7 @@ set(TARGET_LIBM_ENTRYPOINTS
     libc.src.math.nextupl
     libc.src.math.pow
     libc.src.math.powf
+    libc.src.math.powf16
----------------
lntue wrote:

there is a list of float16 functions which is guarded below.  Move all the entrypoint declaration for powf16 there.

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


More information about the libc-commits mailing list