]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Prevent unaligned double word accesses on ARMv7 in chunkset_c
authorNiLuJe <ninuje@gmail.com>
Sun, 2 Aug 2020 18:20:56 +0000 (20:20 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 20 Aug 2020 10:04:56 +0000 (12:04 +0200)
commit9107e2b2020b0582b9a4dcdbf6242cfe15430f40
tree5d340ca36c217ee79efd8b00e682729b8d19cf85
parent820609d9b9738387f0ee8721a7ee1af3c8238e82
Prevent unaligned double word accesses on ARMv7 in chunkset_c

Requires some mild trickery to walk the edge between readability and
doing what it needs to.
chunkset.c