[libc-commits] [libc] [libc][math] Adds entrypoint and tests for nearbyintf128, scalbnf128 (PR #88443)

via libc-commits libc-commits at lists.llvm.org
Thu Apr 11 20:49:54 PDT 2024


================
@@ -2949,6 +2962,18 @@ add_entrypoint_object(
     -O3
 )
 
+add_entrypoint_object(
+  scalbnf128
+  SRCS
+    scalbnf128.cpp
+  HDRS
+    ../scalbnf128.h
+  DEPENDS
+    libc.src.__support.FPUtil.manipulation_functions
----------------
lntue wrote:

Add `libc.src.__support.macros.properties.types` to its dependency.

https://github.com/llvm/llvm-project/pull/88443


More information about the libc-commits mailing list