Skip to content

Regarding the bmi2 binary for Stockfish 16 #4655

Closed Answered by dav1312
LunaticBFF57 asked this question in Q&A
Discussion options

You must be logged in to vote

The binaries are generated automatically and BMI2 was not in the list of binaries that are created:

binaries:
- x86-64
- x86-64-modern
- x86-64-avx2
exclude:
- binaries: x86-64-avx2
config: {os: macos-12}

Now we have BMI2:

binaries:
- x86-64
- x86-64-modern
- x86-64-avx2
- x86-64-bmi2
exclude:
- binaries: x86-64-avx2
config: { os: macos-12 }
- binaries: x86-64-bmi2
config: { os: macos-12 }

You can now download BMI2 binaries of o…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
5 replies
@LunaticBFF57
Comment options

@LunaticBFF57
Comment options

@dav1312
Comment options

@vondele
Comment options

@LunaticBFF57
Comment options

Answer selected by LunaticBFF57
Comment options

You must be logged in to vote
2 replies
@LunaticBFF57
Comment options

@hekunzai
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants