Re: [PATCH 1/2] x86/chacha20: Avoid spurious jumps to other functions

From: Martin Willi
Date: Tue Mar 22 2022 - 08:28:41 EST



> The chacha_Nblock_xor_avx512vl() functions all have their own,
> identical, .LdoneN label, however in one particular spot {2,4} jump
> to the 8 version instead of their own. [...]
>
> Make each function consistently use its own done label.

Reviewed-by: Martin Willi <martin@xxxxxxxxxxxxxx>