mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Drop sse from target "x86-32"
have maximal compatibility on legacy target arch, now supporting AMD Athlon The old behavior can anyway be selected by the user if needed, for example make -j profile-build ARCH=x86-32 sse=yes fixes #3904 closes https://github.com/official-stockfish/Stockfish/pull/3918 No functional change
This commit is contained in:
parent
50200de5af
commit
e178a09c47
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ ifeq ($(findstring x86,$(ARCH)),x86)
|
||||||
ifeq ($(findstring x86-32,$(ARCH)),x86-32)
|
ifeq ($(findstring x86-32,$(ARCH)),x86-32)
|
||||||
arch = i386
|
arch = i386
|
||||||
bits = 32
|
bits = 32
|
||||||
sse = yes
|
sse = no
|
||||||
mmx = yes
|
mmx = yes
|
||||||
else
|
else
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
Loading…
Add table
Reference in a new issue