Skip to content

Commit 2fe5598

Browse files
Ard Biesheuvelherbertx
authored andcommitted
crypto: arm64/chacha - use combined SIMD/ALU routine for more speed
To some degree, most known AArch64 micro-architectures appear to be able to issue ALU instructions in parellel to SIMD instructions without affecting the SIMD throughput. This means we can use the ALU to process a fifth ChaCha block while the SIMD is processing four blocks in parallel. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent f2ca1cb commit 2fe5598

File tree

2 files changed

+239
-35
lines changed

2 files changed

+239
-35
lines changed

0 commit comments

Comments
 (0)