]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Remove MSVC hack from CLMUL CRC
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 7 Apr 2025 19:36:58 +0000 (22:36 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 7 Apr 2025 19:36:58 +0000 (22:36 +0300)
commitc5fd88dfc3d2b4178dc6da65b02a63a4ef9280c5
tree7f02ce62a8038100ca35f7be6585b71b68c074b6
parent49ba8c69ea7f928aded77bd856085c85a8d26156
liblzma: Remove MSVC hack from CLMUL CRC

It's not enough with MSVC 19.29 (VS 2019) even if the hack was also
applied to the CRC32 code. The tests crash when built for 32-bit x86.
src/liblzma/check/crc64_fast.c