This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: V3 [PATCH] aarch64: optimized memcpy implementation for thunderx2
- From: Richard Henderson <rth at twiddle dot net>
- To: Anton Youdkevitch <anton dot youdkevitch at bell-sw dot com>, Steve Ellcey <sellcey at cavium dot com>, libc-alpha at sourceware dot org
- Date: Wed, 10 Oct 2018 23:15:36 -0700
- Subject: Re: V3 [PATCH] aarch64: optimized memcpy implementation for thunderx2
- References: <20181010170052.GA30058@bell-sw.com>
On 10/10/18 10:00 AM, Anton Youdkevitch wrote:
> +++ b/sysdeps/aarch64/multiarch/memcpy_thunderx2.S
> @@ -20,8 +20,609 @@
> /* The actual code in this memcpy and memmove is in memcpy_thunderx.S.
> The only real differences are with the prefetching instructions. */
>
> +#include <sysdep.h>
Don't leave those two top comment lines in a rewrite.
r~