Add a note about avx-512 support for XTS to CHANGES.md

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26410)
This commit is contained in:
Dan Pittman 2025-02-25 08:31:08 -08:00 committed by Neil Horman
parent ddc8529e87
commit 9688973596

View File

@ -224,6 +224,14 @@ OpenSSL 3.5
*Zhiguo Zhou, Wangyang Guo (Intel Corp)*
* VAES/AVX-512 support for AES-XTS.
For capable processors (>= Intel Icelake), this provides a
vectorized implementation of AES-XTS with a throughput improvement
between 1.3x to 2x, depending on the block size.
*Pablo De Lara Guarch, Dan Pittman*
OpenSSL 3.4
-----------