[libc-commits] [libc] [libc][complex] Set up headers and add documentation for complex.h. (PR #111659)
via libc-commits
libc-commits at lists.llvm.org
Mon Oct 14 07:51:12 PDT 2024
================
@@ -125,6 +210,10 @@ template <typename T> struct FPTest : public Test {
EXPECT_THAT(actual, LIBC_NAMESPACE::testing::getMatcher< \
LIBC_NAMESPACE::testing::TestCond::EQ>(expected))
+#define EXPECT_CFP_EQ(expected, actual) \
----------------
lntue wrote:
sgtm
https://github.com/llvm/llvm-project/pull/111659
More information about the libc-commits
mailing list