]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Since we long ago make unaligned reads safe (by using memcpy or intrinsics),
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 17 Dec 2024 22:02:32 +0000 (23:02 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 20 Dec 2024 23:46:48 +0000 (00:46 +0100)
commit509f6b5818cc8f804574ffe124d91d1c0696f753
tree60c32f2da361d7ce6ea9eb107e97f6e85cb6aad1
parent4fa76be6c00914f92d74142fc36c88f868cdb69c
Since we long ago make unaligned reads safe (by using memcpy or intrinsics),
it is time to replace the UNALIGNED_OK checks that have since really only been
used to select the optimal comparison sizes for the arch instead.
17 files changed:
.github/workflows/cmake.yml
CMakeLists.txt
README.md
arch/generic/compare256_c.c
arch/generic/generic_functions.h
chunkset_tpl.h
cmake/detect-sanitizer.cmake
compare256_rle.h
configure
deflate_rle.c
insert_string_tpl.h
match_tpl.h
test/benchmarks/benchmark_compare256.cc
test/benchmarks/benchmark_compare256_rle.cc
test/test_compare256.cc
test/test_compare256_rle.cc
zbuild.h