mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 17:19:36 +00:00
Explicitly specify SSE41.
This commit is contained in:
parent
145e4c2a10
commit
13824d8b96
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ endif
|
||||||
ifeq ($(sse41),yes)
|
ifeq ($(sse41),yes)
|
||||||
CXXFLAGS += -DUSE_SSE41
|
CXXFLAGS += -DUSE_SSE41
|
||||||
ifeq ($(comp),$(filter $(comp),gcc clang mingw msys2))
|
ifeq ($(comp),$(filter $(comp),gcc clang mingw msys2))
|
||||||
CXXFLAGS += -msse4
|
CXXFLAGS += -msse4.1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue