Re: [PATCH 1/7] math64: Add div64_s64_rem
From: Andy Shevchenko
Date: Tue Jul 15 2025 - 04:04:20 EST
On Mon, Jul 14, 2025 at 09:20:17PM -0400, Sean Anderson wrote:
> Add a function to do signed 64-bit division with remainder. This is
> implemented using div64_u64_rem in the same way that div_s64_rem is
> implemented using div_u64_rem.
LGTM, but one important Q. Can we (start to) add the test cases, please?
--
With Best Regards,
Andy Shevchenko