diff --git a/Makefile.x86 b/Makefile.x86 index 330690935..1f9f18654 100644 --- a/Makefile.x86 +++ b/Makefile.x86 @@ -56,7 +56,6 @@ LIBATLAS = -L$(ATLASPATH)/32 -lptf77blas -lptatlas -lpthread -lm endif ifdef HAVE_SSE3 -ifndef DYNAMIC_ARCH CCOMMON_OPT += -msse3 FCOMMON_OPT += -msse3 ifdef HAVE_SSSE3 @@ -68,5 +67,5 @@ CCOMMON_OPT += -msse4.1 FCOMMON_OPT += -msse4.1 endif endif -endif +