diff options
author | 2018-11-20 17:30:50 +0100 | |
---|---|---|
committer | 2018-11-29 16:27:04 +0800 | |
commit | 180def6c4ad139ae6f97953ae810092ace295d5b (patch) | |
tree | ea9451b8ed9a9da6adac4ed41c2eab0769e4ccf1 /crypto/algapi.c | |
parent | crypto: x86/chacha20 - Add a 2-block AVX-512VL variant (diff) | |
download | wireguard-linux-180def6c4ad139ae6f97953ae810092ace295d5b.tar.xz wireguard-linux-180def6c4ad139ae6f97953ae810092ace295d5b.zip |
crypto: x86/chacha20 - Add a 4-block AVX-512VL variant
This version uses the same principle as the AVX2 version by scheduling the
operations for two block pairs in parallel. It benefits from the AVX-512VL
rotate instructions and the more efficient partial block handling using
"vmovdqu8", resulting in a speedup of the raw block function of ~20%.
Signed-off-by: Martin Willi <martin@strongswan.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/algapi.c')
0 files changed, 0 insertions, 0 deletions