[libc-commits] [libc] [libc] Add mpfr tests for fmul. (PR #97376)
via libc-commits
libc-commits at lists.llvm.org
Mon Jul 1 20:20:01 PDT 2024
================
@@ -1109,40 +1108,26 @@ bool compare_binary_operation_one_output(Operation op,
OutputType libc_result,
double ulp_tolerance,
RoundingMode rounding) {
- unsigned int precision = get_precision<InputType>(ulp_tolerance);
+ unsigned int precision = get_precision<T>(ulp_tolerance);
----------------
lntue wrote:
still `InputType` here
https://github.com/llvm/llvm-project/pull/97376
More information about the libc-commits
mailing list