[libc-commits] [libc] [libc][math] Adds entrypoint and test for `nextafterf128` (PR #84882)
Michael Flanders via libc-commits
libc-commits at lists.llvm.org
Tue Mar 12 20:17:49 PDT 2024
================
@@ -1816,6 +1816,19 @@ add_entrypoint_object(
-O2
)
+add_entrypoint_object(
+ nextafterf128
+ SRCS
+ nextafterf128.cpp
+ HDRS
+ ../nextafterf128.h
+ DEPENDS
+ libc.src.__support.macros.properties.types
+ libc.src.__support.FPUtil.manipulation_functions
+ COMPILE_OPTIONS
+ -O2
----------------
Flandini wrote:
Ok, changed.
https://github.com/llvm/llvm-project/pull/84882
More information about the libc-commits
mailing list