[libc-commits] [libc] [libc][math] Implement nexttoward functions (PR #72763)
Nishant Mittal via libc-commits
libc-commits at lists.llvm.org
Tue Nov 21 02:02:04 PST 2023
================
@@ -1474,6 +1474,42 @@ add_entrypoint_object(
-O2
)
+add_entrypoint_object(
+ nexttoward
+ SRCS
+ nexttoward.cpp
+ HDRS
+ ../nexttoward.h
+ DEPENDS
+ libc.src.__support.FPUtil.manipulation_functions
+ COMPILE_OPTIONS
+ -O2
----------------
nishantwrp wrote:
done
https://github.com/llvm/llvm-project/pull/72763
More information about the libc-commits
mailing list