Update Stockfish to development version from 2020-09-28

This commit is contained in:
Peter Osterlund
2020-10-03 09:39:38 +02:00
parent d4e899b6be
commit 5394ccb165
22 changed files with 224 additions and 160 deletions

View File

@@ -472,8 +472,6 @@ TBTables TBTables;
// If the corresponding file exists two new objects TBTable<WDL> and TBTable<DTZ>
// are created and added to the lists and hash table. Called at init time.
void TBTables::add(const std::vector<PieceType>& pieces) {
if (sizeof(char*) < 8 && pieces.size() >= 6)
return; // Not enough address space to support 6-men TB on 32-bit OS
std::string code;