Skip to content

Commit 01f01da

Browse files
authored
Add -msse if supported
1 parent 0f863f9 commit 01f01da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile.x86

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# COMPILER_PREFIX = mingw32-
22

3+
ifdef HAVE_SSE
4+
CCOMMON_OPT += -msse
5+
FCOMMON_OPT += -msse
6+
endif
7+
38

49
ifeq ($(OSNAME), Interix)
510
ARFLAGS = -m x86

0 commit comments

Comments
 (0)