blob: 7a8e6fb4a866d8342f10aa3a0bb52f432301404b [file] [log] [blame]
Dave Rodgman7f62f362022-12-01 09:44:31 +00001Features
Dave Rodgman852191e2022-12-09 14:24:33 +00002 * General performance improvements by accessing multiple bytes at a time.
3 Fixes #1666.
4 * Improvements to use of unaligned and byte-swapped memory, reducing code
5 size and improving performance (depending on compiler and target
Dave Rodgman7f62f362022-12-01 09:44:31 +00006 architecture).
Dave Rodgman852191e2022-12-09 14:24:33 +00007Changes
8 * Mixed-endian systems are explicitly not supported any more.