From a147b682697db1ce8e11010c72a19edb7eb7c213 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 28 May 2018 05:42:07 +0000 Subject: Revert "Always build with SSE2 support & display an error if not available" --- build/autoconf/compiler-opts.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/autoconf') diff --git a/build/autoconf/compiler-opts.m4 b/build/autoconf/compiler-opts.m4 index 82d0b43fc..c47d792f4 100644 --- a/build/autoconf/compiler-opts.m4 +++ b/build/autoconf/compiler-opts.m4 @@ -176,8 +176,8 @@ if test "$GNU_CC"; then CFLAGS="$CFLAGS -ffunction-sections -fdata-sections" CXXFLAGS="$CXXFLAGS -ffunction-sections -fdata-sections" fi - CFLAGS="$CFLAGS -fno-math-errno -msse2 -mfpmath=sse" - CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-math-errno -msse2 -mfpmath=sse" + CFLAGS="$CFLAGS -fno-math-errno" + CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-math-errno" if test -z "$CLANG_CC"; then case "$CC_VERSION" in -- cgit v1.2.3