]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Let all platforms defining UNALIGNED_OK use the optimized put_short
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 23 Feb 2017 08:04:48 +0000 (09:04 +0100)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 23 Feb 2017 08:04:48 +0000 (09:04 +0100)
commit47c616ce343c47b406e20ce6ae7cf644c3e8f6cf
treed1ac1265b39a9c253c9d71a20f3b84f7340eb63c
parenteea078bd3b14eb1546c464c4798ace5f7adfb934
Let all platforms defining UNALIGNED_OK use the optimized put_short
implementation. Also change from pre-increment to post-increment to
prevent a double-store on non-x86 platforms.
deflate.h