2022-12-01 10:44:31 +01:00
|
|
|
Features
|
2022-12-09 15:24:33 +01:00
|
|
|
* 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
|
2022-12-01 10:44:31 +01:00
|
|
|
architecture).
|
2022-12-09 15:24:33 +01:00
|
|
|
Changes
|
|
|
|
* Mixed-endian systems are explicitly not supported any more.
|