[libc-commits] [libc] [libc][math][c23] Add f16fmaf C23 math function (PR #95483)
via libc-commits
libc-commits at lists.llvm.org
Thu Jun 13 16:09:04 PDT 2024
================
@@ -3602,6 +3602,18 @@ add_entrypoint_object(
-O3
)
+add_entrypoint_object(
+ f16fmaf
+ SRCS
+ f16fmaf.cpp
+ HDRS
+ ../f16fmaf.h
+ DEPENDS
+ libc.src.__support.FPUtil.fma
----------------
overmighty wrote:
TODO: Add `libc.src.__support.macros.properties.types` dependency.
https://github.com/llvm/llvm-project/pull/95483
More information about the libc-commits
mailing list