Rengar - chess engine with a simple evaluation function written in C++.
This release includes a .exe binary runnable on windows. There is also a build that omits BMI and BMI2 instructions (TZCNT, PEXT, and PDEP). It is functionally identical to v1.0.0.
v.1.0.2.:
The executables here should be standalone. Their only .dll dependencies are windows system32 files, specifically:
ntd.dll
KERNEL32.dll
KERNELBASE.dll
apphelp.dll
ucrtbase.dll
As before there is a version both with and without the BMI2 instructions.
Comments
Post a Comment