[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
================
@@ -60,10 +60,95 @@ template <typename T, TestCond Condition> class FPMatcher : public Matcher<T> {
}
};
+template <typename T, TestCond Condition> class CFPMatcher : public Matcher<T> {
----------------
Sh0g0-1758 wrote:
I tried to incorporate the changes for complex floating types in FPMatcher class but I ran into some templating issues and so created a separate class for it. Let me know if there is an alternative to this.
https://github.com/llvm/llvm-project/pull/111659
More information about the libc-commits
mailing list