mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Let material probing to access per-thread table
It is up to material (and pawn) table look up code to know where the per-thread tables are, so change API to reflect this. Also some comment fixing while there No functional change.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <cstring> // For std::memset
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user