mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
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.
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
binaries:
|
||||
- x86-32
|
||||
- x86-64
|
||||
- x86-64-modern
|
||||
- x86-64-sse41-popcnt
|
||||
- x86-64-avx2
|
||||
- x86-64-bmi2
|
||||
- x86-64-avxvnni
|
||||
|
||||
Reference in New Issue
Block a user