[libc] [llvm] [libc][math][c23] Add fmaf16 C23 math function. (PR #130757)

Harrison Hao via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 22:31:55 PDT 2025


================
@@ -4241,6 +4241,16 @@ add_entrypoint_object(
     libc.src.__support.FPUtil.fma
 )
 
+add_entrypoint_object(
+  fmaf16
+  SRCS
+    fmaf16.cpp
+  HDRS
+    ../fmaf16.h
+  DEPENDS
+    libc.src.__support.FPUtil.fma
+)
----------------
harrisonGPU wrote:

Done.

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


More information about the llvm-commits mailing list