diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-12-04 14:13:33 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-12-13 18:24:55 +0800 |
commit | 2fe55987b2624a86a5c709a8df65d4de2608dc07 (patch) | |
tree | aa1e6ba2142d05e74cdfabf2b581ca57a381b7f4 /arch/arm64/crypto/aes-cipher-glue.c | |
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>
Diffstat (limited to 'arch/arm64/crypto/aes-cipher-glue.c')
0 files changed, 0 insertions, 0 deletions