Add -msse if supported

This commit is contained in:
Martin Kroeker 2020-11-22 21:15:08 +01:00 committed by GitHub
parent 0f863f96e4
commit 01f01dae98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# COMPILER_PREFIX = mingw32-
ifdef HAVE_SSE
CCOMMON_OPT += -msse
FCOMMON_OPT += -msse
endif
ifeq ($(OSNAME), Interix)
ARFLAGS = -m x86