1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Explicitly specify SSE41.

This commit is contained in:
joergoster 2020-07-02 09:13:16 +02:00 committed by nodchip
parent 145e4c2a10
commit 13824d8b96

View file

@ -389,7 +389,7 @@ endif
ifeq ($(sse41),yes)
CXXFLAGS += -DUSE_SSE41
ifeq ($(comp),$(filter $(comp),gcc clang mingw msys2))
CXXFLAGS += -msse4
CXXFLAGS += -msse4.1
endif
endif