remove DYNAMIC_ARCH restriction on -msse3

This commit is contained in:
Martin Kroeker 2020-11-27 13:30:38 +01:00 committed by GitHub
parent 30db556daa
commit 6e84391430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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