Improve Changelog

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2022-12-09 14:24:33 +00:00
parent 481a5e427b
commit 852191e0b5

View file

@ -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.