On Mon, Sep 7, 2020 at 5:37 PM Arnd Bergmann <[email protected]> wrote:

> On machines such as ARMv5 that trap unaligned accesses, these
> two functions can be slow when each access needs to be emulated,
> or they might not work at all.
>
> Change them so that each loop is only used when both the src
> and dst pointers are naturally aligned.
>
> Signed-off-by: Arnd Bergmann <[email protected]>

That's a clever optimization idea, nice!
Reviewed-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij

Reply via email to