[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:44:44 PDT 2024
================
@@ -1051,26 +1063,31 @@ template bool compare_binary_operation_two_outputs<long double>(
Operation, const BinaryInput<long double> &,
const BinaryOutput<long double> &, double, RoundingMode);
-template <typename T>
+template <typename T, typename R>
----------------
lntue wrote:
use `<typename InputType, typename OutputType>` to match the other templates above.
https://github.com/llvm/llvm-project/pull/96413
More information about the libc-commits
mailing list