[libc-commits] [libc] [libc][math] implemented dadd and ddiv (PR #100456)
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 24 15:22:58 PDT 2024
================
@@ -44,6 +44,63 @@ add_fp_unittest(
libc.src.__support.FPUtil.fp_bits
)
+
+add_fp_unittest(
+ daddl_test
+ NEED_MPFR
+ SUITE
+ libc-math-unittests
+ SRCS
+ daddl_test.cpp
+ HDRS
+ AddTest.h
+ DEPENDS
+ libc.src.math.daddl
+ libc.src.__support.FPUtil.generic.add_sub
----------------
overmighty wrote:
This wasn't resolved.
https://github.com/llvm/llvm-project/pull/100456
More information about the libc-commits
mailing list