[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:45:16 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:
Just remove the `#include ".../BasicOperations.h"` lines and the `libc.src.__support.FPUtil.basic_operations` target from these tests' dependencies, basically.
https://github.com/llvm/llvm-project/pull/102531
More information about the libc-commits
mailing list