From b19b63a6397874b28d30ce26a8e295730dca84a8 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Mon, 22 May 2023 19:49:24 +0100 Subject: [PATCH] Changelog update Signed-off-by: Dave Rodgman --- ChangeLog.d/aes-perf.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/aes-perf.txt b/ChangeLog.d/aes-perf.txt index 26819b2846..7adb7ce020 100644 --- a/ChangeLog.d/aes-perf.txt +++ b/ChangeLog.d/aes-perf.txt @@ -1,3 +1,4 @@ Features - * AES performance improvements (XTS, GCM, CCM and CMAC) on 64-bit - architectures, of around 5-10%. + * AES performance improvements on 64-bit architectures. Uplift + varies by platform, toolchain and mode, in the 0 - 54% range. + Aarch64, gcc -Os and GCM/XTS benefit the most.