liblzma: Set the MSVC optimization fix to only cover lzma_crc64_clmul().
commit1c8884f0af28b3a4690bb573cdf3240a8ec73416
authorJia Tan <jiat0218@gmail.com>
Wed, 18 Oct 2023 11:57:10 +0000 (18 19:57 +0800)
committerJia Tan <jiat0218@gmail.com>
Wed, 18 Oct 2023 15:54:41 +0000 (18 23:54 +0800)
tree324c32b0dc4d7cd3217a3d394965772204b4ed80
parent5ce0f7a48bdf5c3b45430850a4487307afac6143
liblzma: Set the MSVC optimization fix to only cover lzma_crc64_clmul().

After testing a 32-bit Release build on MSVC, only lzma_crc64_clmul()
has the bug. crc_simd_body() and lzma_crc32_clmul() do not need the
optimizations disabled.
src/liblzma/check/crc_clmul.c