This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author PedanticHacker
Recipients PedanticHacker, christian.heimes, eric.smith
Date 2020-07-13.01:17:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594603043.7.0.262139134434.issue41286@roundup.psfhosted.org>
In-reply-to
Content
This feature is needed for a chess GUI application because the Stockfish chess engine is offered in different builds: a build that supports the POPCNT processor instruction and a build that doesn't, a build that supports the BMI/BMI2 processor instruction set, a 32-bit build and a 64-bit build, also a Windows build and a Linux build.

Then the chess GUI application can check if the processor supports the POPCNT instruction or the BMI/BMI2 processor instruction set and can load an appropriate Stockfish build to analyze a chess game or play against a human chess player by using the appropriate Stockfish build for the machine the chess GUI application is running on.
History
Date User Action Args
2020-07-13 01:17:23PedanticHackersetrecipients: + PedanticHacker, eric.smith, christian.heimes
2020-07-13 01:17:23PedanticHackersetmessageid: <1594603043.7.0.262139134434.issue41286@roundup.psfhosted.org>
2020-07-13 01:17:23PedanticHackerlinkissue41286 messages
2020-07-13 01:17:23PedanticHackercreate