diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-11 14:35:58 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-11 14:36:32 +0200 |
commit | 2f01169f5a81e21e7a7e5f799c32472c6277b1d5 (patch) | |
tree | fc605de1e3e02d35e6d29a123afc998f4e8e4241 /src/scripts/xzgrep.1 | |
parent | Scripts: Ignore warnings from xz. (diff) | |
download | xz-2f01169f5a81e21e7a7e5f799c32472c6277b1d5.tar.xz |
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.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions