mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 03:57:45 +00:00
Enable compilation on older Windows systems
Improve compatibility of the last NUMA patch when running under older versions of Windows, for instance Windows Server 2003. Reported by user "g3g6" in the following comments: https://github.com/official-stockfish/Stockfish/commit/7218ec4df9fef1146a451b71f0ed3bfd8123c9f9 Closes https://github.com/official-stockfish/Stockfish/pull/3821 No functional change
This commit is contained in:
committed by
Stéphane Nicolet
parent
e4a0c6c759
commit
ca3c1c5f3a
+1
-1
@@ -1063,7 +1063,7 @@ moves_loop: // When in check, search starts here
|
||||
&& history < -3000 * depth + 3000)
|
||||
continue;
|
||||
|
||||
history += thisThread->mainHistory[us][from_to(move)];
|
||||
history += thisThread->mainHistory[us][from_to(move)];
|
||||
|
||||
// Futility pruning: parent node (~5 Elo)
|
||||
if ( !ss->inCheck
|
||||
|
||||
Reference in New Issue
Block a user