]> git.sesse.net Git - stockfish/commit - src/Makefile
Drop sse from target "x86-32"
authorppigazzini <pasquale.pigazzini@gmail.com>
Mon, 31 Jan 2022 13:37:45 +0000 (14:37 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 5 Feb 2022 06:33:34 +0000 (07:33 +0100)
commite178a09c47e340e5183d9bd2d331741aa837ba8a
treead1fa50adc790d3c1fe16f16ca9c9fb8670eb652
parent50200de5af09db3a9143082e4e66baef11b4be2a
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
src/Makefile