This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: V4 [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>, libc-alpha at sourceware dot org, Steve Ellcey <sellcey at cavium dot com>
- Date: Thu, 11 Oct 2018 10:20:16 -0700
- Subject: Re: V4 [PATCH] aarch64: optimized memcpy implementation for thunderx2
- References: <20181011170444.GA6096@bell-sw.com>
On 10/11/18 10:04 AM, Anton Youdkevitch wrote:
> +L(load_and_merge):
Unused now, fwiw.
> +L(ext_table):
> + /* The first entry is for the alignment of 0 and is never
> + actually used (could be any value), the second is for
> + the alignment of 1 and the offset is zero as the first
> + code chunk follows the dispatching branch immediately */
> + .word 0
> + .word L(ext_size_1) -.
Comment is wrong for second entry.
Otherwise, looks good to me.
r~