commit | 7f62f36f820f368e27424a7721415b181432a76d | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Thu Dec 01 09:44:31 2022 +0000 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Thu Dec 01 09:44:31 2022 +0000 |
tree | 07785ff9c321382540d77ad1a048bda09238e2b4 | |
parent | fb5fedcd00726555def8b1d47293e87562db0f86 [diff] |
Add changelog entry Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/ChangeLog.d/alignment-perf.txt b/ChangeLog.d/alignment-perf.txt new file mode 100644 index 0000000..8ab649b --- /dev/null +++ b/ChangeLog.d/alignment-perf.txt
@@ -0,0 +1,4 @@ +Features + * Improvements to the code used to access unaligned and byte-swapped memory + reduce code size and improve performance (depending on compiler and target + architecture).