[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:48:05 PDT 2024
================
@@ -885,13 +893,13 @@ template void explain_binary_operation_two_outputs_error<long double>(
Operation, const BinaryInput<long double> &,
const BinaryOutput<long double> &, double, RoundingMode);
-template <typename T>
+template <typename T, typename R>
----------------
lntue wrote:
Use either `typename T, typename U` for style consistency, or better yet, `typename InputType, typename OutputType` for more clarity.
https://github.com/llvm/llvm-project/pull/96413
More information about the libc-commits
mailing list