Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: bcb52bcc9f9c36a85d037976676fd5ca52f307cd
https://github.openssl.org/openssl/openssl/commit/bcb52bcc9f9c36a85d037976676fd5ca52f307cd
Author: Daniel Hu <[email protected]>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M crypto/chacha/asm/chacha-armv8-sve.pl
Log Message:
-----------
Optimize chacha20 on aarch64 by SVE2
This patch improves existing chacha20 SVE patch by using SVE2,
which is an optional architecture feature of aarch64, with XAR
instruction that can improve the performance of chacha20.
Signed-off-by: Daniel Hu <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18522)