]> git.ipfire.org Git - thirdparty/xz.git/commit
tuklib_integer: Revise unaligned reads and writes on strict-align archs.
authorLasse Collin <lasse.collin@tukaani.org>
Sat, 14 Oct 2023 14:56:59 +0000 (17:56 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 18 Oct 2023 16:02:45 +0000 (19:02 +0300)
commitc8f715f1bca4c30db814fcf1fd2fe88b8992ede2
treeb70ae0ab6b991631b48861d04cfb247499115e7e
parent6828242735cbf61b93d140383336e1e51a006f2d
tuklib_integer: Revise unaligned reads and writes on strict-align archs.

In XZ Utils context this doesn't matter much because
unaligned reads and writes aren't used in hot code
when TUKLIB_FAST_UNALIGNED_ACCESS isn't #defined.
src/common/tuklib_integer.h