[libc-commits] [libc] [libc][math] Add MPFR tests for fmul (PR #96413)

via libc-commits libc-commits at lists.llvm.org
Sat Jun 22 18:43:55 PDT 2024


================
@@ -268,7 +270,8 @@ class MPFRMatcher : public testing::Matcher<OutputType> {
                                                rounding);
   }
 
-  template <typename T> void explain_error(const BinaryInput<T> &in, T out) {
+  template <typename T, typename R>
----------------
lntue wrote:

Keep these `<typename T, typename U>` to be the same as the rest of the templates.

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


More information about the libc-commits mailing list