From 852191e0b5231a359906e3414c9bb7f924e07917 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Fri, 9 Dec 2022 14:24:33 +0000 Subject: [PATCH] Improve Changelog Signed-off-by: Dave Rodgman --- ChangeLog.d/alignment-perf.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/alignment-perf.txt b/ChangeLog.d/alignment-perf.txt index 8ab649bbc0..7a8e6fb4a8 100644 --- a/ChangeLog.d/alignment-perf.txt +++ b/ChangeLog.d/alignment-perf.txt @@ -1,4 +1,8 @@ Features - * Improvements to the code used to access unaligned and byte-swapped memory - reduce code size and improve performance (depending on compiler and target + * General performance improvements by accessing multiple bytes at a time. + Fixes #1666. + * Improvements to use of unaligned and byte-swapped memory, reducing code + size and improving performance (depending on compiler and target architecture). +Changes + * Mixed-endian systems are explicitly not supported any more.