Skip to content

Commit

Permalink
try enabling sse again
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwa committed Dec 13, 2015
1 parent 5c2e1b2 commit 4b4ba8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -68,7 +68,7 @@ LPTHREAD=
SNAPSHOT_TARGET = $(DIST_DIR)/tyrutils-$(TYR_VERSION_NUM)-win32.zip
# request standard-compilant snprintf in case we are using mingw-w64
# (see http://sourceforge.net/p/mingw-w64/wiki2/printf%20and%20scanf%20family/)
CFLAGS += -D__USE_MINGW_ANSI_STDIO=1
CFLAGS += -D__USE_MINGW_ANSI_STDIO=1 -march=pentium4 -mfpmath=sse
ifneq ($(HOST_OS),WIN32)
TARGET ?= $(MINGW32_CROSS_GUESS)
CC = $(TARGET)-gcc
Expand All @@ -79,7 +79,7 @@ ifeq ($(TARGET_OS),WIN64)
EXT=.exe
DPTHREAD=
LPTHREAD=
CFLAGS += -D__USE_MINGW_ANSI_STDIO=1
CFLAGS += -D__USE_MINGW_ANSI_STDIO=1 -march=pentium4 -mfpmath=sse
ifneq ($(HOST_OS),WIN64)
TARGET ?= $(MINGW64_CROSS_GUESS)
CC = $(TARGET)-gcc
Expand Down

0 comments on commit 4b4ba8a

Please sign in to comment.