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

Harrison Hao via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 09:45:54 PDT 2025


================
@@ -2826,6 +2826,8 @@ libc_math_function(name = "floorf16")
 
 # TODO: Add fma, fmaf, fmal, fmaf128 functions.
 
+libc_math_function(name = "fmaf16")
+
----------------
harrisonGPU wrote:

Sorry, I have updated it. What do you think about it?

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


More information about the llvm-commits mailing list