diff options
| author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-12-04 16:13:33 +0300 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-12-13 13:24:55 +0300 |
| commit | 2fe55987b2624a86a5c709a8df65d4de2608dc07 (patch) | |
| tree | aa1e6ba2142d05e74cdfabf2b581ca57a381b7f4 /include | |
| parent | f2ca1cbd0fb584b5b5e0dbd9bda819f49cf9cdb6 (diff) | |
| download | linux-2fe55987b2624a86a5c709a8df65d4de2608dc07.tar.xz | |
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 'include')
0 files changed, 0 insertions, 0 deletions
