commit | 2fe55987b2624a86a5c709a8df65d4de2608dc07 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Dec 04 14:13:33 2018 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 13 18:24:55 2018 +0800 |
tree | aa1e6ba2142d05e74cdfabf2b581ca57a381b7f4 | |
parent | f2ca1cbd0fb584b5b5e0dbd9bda819f49cf9cdb6 [diff] |
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>