On Fri, Jun 27, 2025 at 11:41 AM Jocelyn Falempe <[email protected]> wrote: > > +/// On arm32 architecture, dividing an u64 by a constant will generate a call > +/// to __aeabi_uldivmod which is not present in the kernel. > +/// So use the multiply by inverse method for this architecture.
This sounds more like a normal comment instead of function docs, no?
By the way, formatting:
`u64`
`__aeabi_uldivmod`
Thanks for fixing this! It is nice seeing 32-bit arm taking shape.
Cheers,
Miguel
