]> 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-git@circlestorm.org>
Tue, 17 Dec 2024 22:02:32 +0000 (23:02 +0100)
commit80fffd72f316df980bb15ea0daf06ba22e3583ec
treec6d51d423ab594b3914d245fd4920d1b47104a12
parent43d74a223b30902b44b01bf4c4888d8deb35e253
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