Re: [RFC PATCH v2 1/4] tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`

From: Ammar Faizi
Date: Sat Sep 02 2023 - 02:38:12 EST


On Sat, Sep 02, 2023 at 08:22:37AM +0200, Willy Tarreau wrote:
> Note that in this case we simply don't need a special
> version of memcpy(), memmove() is always OK for this,
> so you can simplify this further by starting with:
>
> memcpy:
> memmove:
> ...

Ok, I'll do that.

--
Ammar Faizi