[libc-commits] [libc] [libc][math][c23] Add fadd{l, f128} C23 math functions (PR #102531)
via libc-commits
libc-commits at lists.llvm.org
Thu Aug 8 16:24:03 PDT 2024
================
@@ -155,6 +155,34 @@ add_fp_unittest(
)
+add_fp_unittest(
+ faddl_test
+ NEED_MPFR
+ SUITE
+ libc-math-unittests
+ SRCS
+ faddl_test.cpp
+ HDRS
+ AddTest.h
+ DEPENDS
+ libc.src.math.faddl
+ libc.src.__support.FPUtil.basic_operations
+)
----------------
overmighty wrote:
74a1ca504bf60f02431140ee72dbe1c158556237 removed the calls to `fputil::getpayload` from libc/test/src/math/smoke/AddTest.h, but didn't remove the BasicOperations.h include. Could you remove it and update the dependencies of smoke tests that use AddTest.h?
https://github.com/llvm/llvm-project/pull/102531
More information about the libc-commits
mailing list