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

via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 11:34:33 PDT 2025


================
@@ -474,6 +474,11 @@ math_test(
 
 # TODO: Add fma, fmaf, fmal, fmaf128 tests.
 
+math_test(
+    name = "fmaf16",
+    hdrs = ["FMaxTest.h"],
+)
+
----------------
overmighty wrote:

Same here, why was there a TODO for the other `fma*` functions?

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


More information about the llvm-commits mailing list