[libc-commits] [libc] [libc] Add mpfr tests for fmul. (PR #97376)
via libc-commits
libc-commits at lists.llvm.org
Mon Jul 1 20:24:14 PDT 2024
================
@@ -253,30 +261,33 @@ class MPFRMatcher : public testing::Matcher<OutputType> {
rounding);
}
- template <typename T>
- bool match(BinaryInput<T> in, const BinaryOutput<T> &out) {
+ template <typename InType>
+ bool match(BinaryInput<InType> in, const BinaryOutput<InType> &out) {
----------------
lntue wrote:
There is only one type here for both input and output, leave it as `T`.
https://github.com/llvm/llvm-project/pull/97376
More information about the libc-commits
mailing list