[libc-commits] [libc] [libc][complex] Set up headers and add documentation (PR #111659)

via libc-commits libc-commits at lists.llvm.org
Mon Oct 14 07:40:12 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> {
----------------
lntue wrote:

a separate template is fine, a bit duplicated but making the each class clearer.

https://github.com/llvm/llvm-project/pull/111659


More information about the libc-commits mailing list