[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:46:57 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:
Or better yet, change all the 2-parameter templates in this file from `typename T, typename U` to `typename InputType, typename OutputType` for consistency
https://github.com/llvm/llvm-project/pull/96413
More information about the libc-commits
mailing list