[libc-commits] [libc] [libc][complex] Set up headers and add documentation (PR #111659)
Shourya Goel via libc-commits
libc-commits at lists.llvm.org
Sat Oct 12 00:51:59 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) \
----------------
Sh0g0-1758 wrote:
I have just added the complex variant of EXPECT_EQ for now. I assume we will not be needing all of them and so I think it would be best to implement these as we require them.
https://github.com/llvm/llvm-project/pull/111659
More information about the libc-commits
mailing list