This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: V4 [PATCH] aarch64: optimized memcpy implementation for thunderx2


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]