]> 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:36:32 +0000 (14:36 +0200)
commit2f01169f5a81e21e7a7e5f799c32472c6277b1d5
treefc605de1e3e02d35e6d29a123afc998f4e8e4241
parentfc1358679ed3994f67e5e8c869c281be82370a32
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