V4 [PATCH] aarch64: optimized memcpy implementation for thunderx2

Richard Henderson rth@twiddle.net
Thu Oct 11 18:24:00 GMT 2018


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~



More information about the Libc-alpha mailing list