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

Muhammad Bassiouni via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 2 20:53:50 PST 2026


================
@@ -62,6 +62,7 @@
 #include "math/ldexpf.h"
 #include "math/ldexpf128.h"
 #include "math/ldexpf16.h"
+#include "math/powf16.h"
----------------
bassiounix wrote:

Please move it down to the end of the file after these includes, such that it doesn't conflict with my changes.

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


More information about the llvm-commits mailing list