This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3] aarch64: Optimized memset for Kunpeng processor.
On 18/12/2019 11:29, Wilco Dijkstra wrote:
> Hi Xuelei,
>
> This version looks much better and has addressed most issues, so is OK.
> It's still beaten by __memset_emag for cases > 128 bytes, so you might want
> to look into improving the loop further (including making sure it is aligned
> to a fetch boundary).
>
> Cheers,
> Wilco
I pushed it upstream.