]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Fix incorrect #ifdef for x86 SSE2 support.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 11 Nov 2022 12:35:58 +0000 (14:35 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 11 Nov 2022 12:35:58 +0000 (14:35 +0200)
commitc715f683dcb1a817d565da292cddfbceda643e12
tree07b9c1bd006891ccbe5e250075be541a3baf0e6a
parentbd334ae56afe7f642ad4d0f1ac19e74e82daa1ce
liblzma: Fix incorrect #ifdef for x86 SSE2 support.

__SSE2__ is the correct macro for SSE2 support with GCC, Clang,
and ICC. __SSE2_MATH__ means doing floating point math with SSE2
instead of 387. Often the latter macro is defined if the first
one is but it was still a bug.
src/liblzma/common/memcmplen.h