]> git.sesse.net Git - stockfish/commit - .github/workflows/stockfish_test.yml
Deprecate the x86-64-modern arch
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 16 Jul 2023 14:25:03 +0000 (16:25 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 16 Jul 2023 15:47:25 +0000 (17:47 +0200)
commitd70a905ce3bc7372529affa8df898fc946b91282
tree2bddead43443e5c64bce94f63a12d1e76cb1d97e
parent913574f42123d16b0b473dcd8e373e95d3103633
Deprecate the x86-64-modern arch

Explicitly describe the architecture as deprecated,
it remains available as its current alias x86-64-sse41-popcnt

CPUs that support just this instruction set are now years old,
any few years old Intel or AMD CPU supports x86-64-avx2. However,
naming things 'modern' doesn't age well, so instead use explicit names.

Adjust CI accordingly. Wiki, fishtest, downloader done as well.

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

No functional change.
.github/workflows/stockfish_binaries.yml
.github/workflows/stockfish_sanitizers.yml
.github/workflows/stockfish_test.yml
README.md
src/Makefile