[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:54:33 PDT 2024


================
@@ -1203,6 +1203,58 @@ add_fp_unittest(
     libc.src.__support.FPUtil.fp_bits
 )
 
+add_fp_unittest(
+  nearbyint_test
+  SUITE
+    libc-math-unittests
+  SRCS
+    nearbyint_test.cpp
+  HDRS
+    NearbyIntTest.h
+  DEPENDS
+    libc.include.math
----------------
lntue wrote:

Remove `libc.include.math` from the dependency.

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


More information about the libc-commits mailing list