Dave Rodgman | 7f62f36 | 2022-12-01 09:44:31 +0000 | [diff] [blame] | 1 | Features |
Dave Rodgman | 852191e | 2022-12-09 14:24:33 +0000 | [diff] [blame] | 2 | * 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 Rodgman | 7f62f36 | 2022-12-01 09:44:31 +0000 | [diff] [blame] | 6 | architecture). |
Dave Rodgman | 852191e | 2022-12-09 14:24:33 +0000 | [diff] [blame] | 7 | Changes |
| 8 | * Mixed-endian systems are explicitly not supported any more. |