[libc-commits] [libc] [libc][math]fadd implementation (PR #99694)
via libc-commits
libc-commits at lists.llvm.org
Fri Jul 19 12:59:20 PDT 2024
================
@@ -452,6 +452,19 @@ add_entrypoint_object(
-O3
)
+add_entrypoint_object(
+ fadd
+ SRCS
+ fadd.cpp
+ HDRS
+ ../fadd.h
+ DEPENDS
+ libc.src.__support.macros.properties.types
----------------
lntue wrote:
`libc.src.__support.macros.properties.types` is not needed.
https://github.com/llvm/llvm-project/pull/99694
More information about the libc-commits
mailing list