mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-04 02:06:31 -04:00

This is needed to avoid the following error when using -fsanitize=undefined with gcc: lib/x86/adler32_impl.h:214:2: runtime error: signed integer overflow: 1951294680 + 1956941400 cannot be represented in type 'int' Note that this isn't seen when using -fsanitize=undefined with clang. Old compilers don't have unsigned vector types, so work around that.