[libc] [llvm] [libc][math][c23] Add fmaf16 C23 math function. (PR #130757)
Harrison Hao via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 09:52:15 PDT 2025
================
@@ -3562,6 +3562,19 @@ add_fp_unittest(
libc.src.__support.macros.properties.types
)
+add_fp_unittest(
+ fmaf16_test
+ SUITE
+ libc-math-smoke-tests
+ SRCS
+ fmaf16_test.cpp
+ HDRS
+ FmaTest.h
+ DEPENDS
+ libc.src.math.fmaf16
+ libc.src.__support.macros.properties.types
+)
----------------
harrisonGPU wrote:
Hi @overmighty , how can I fix it? Sorry I am not understand it. :-)
https://github.com/llvm/llvm-project/pull/130757
More information about the llvm-commits
mailing list