diff --git a/SDL2.changes b/SDL2.changes index e6d314b..9aa69ad 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 16 16:31:47 UTC 2017 - wbauer@tmo.at + +- Disable SSE3 (and also SSE2 on ix86) to prevent crashes on older + CPUs that don't support these instructions + ------------------------------------------------------------------- Mon Oct 2 19:11:12 UTC 2017 - jengelh@inai.de diff --git a/SDL2.spec b/SDL2.spec index 59eb0c2..2db09f2 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -124,6 +124,10 @@ dos2unix COPYING.txt %if 0%{?sle_version} --disable-fcitx \ %endif +%ifarch ix86 + --enable-sse2=no \ +%endif + --enable-sse3=no \ --disable-rpath make %{?_smp_mflags} V=1