]> git.sesse.net Git - stockfish/commitdiff
Makefile rework/cleanup
authorsf-x <sf-x@users.noreply.github.com>
Sun, 9 Aug 2020 15:01:18 +0000 (18:01 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Mon, 10 Aug 2020 12:32:11 +0000 (14:32 +0200)
Makefile targets x86-64-sse42, x86-sse3 are removed; x86-64-sse41
is renamed to x86-64-sse41-popcnt (it did enable popcnt).

Makefile variables sse3, sse42, their associated compilation flags
and code in misc.cpp are removed.

closes https://github.com/official-stockfish/Stockfish/pull/2922

No functional change


No differences found