mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Move pawn and material tables under Thread class
This change allows to remove some quite a bit of code and seems the natural thing to do. Introduced file thread.cpp to move away from search.cpp a lot of threads related stuff. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -29,7 +29,6 @@ extern int get_system_time();
|
||||
extern int cpu_count();
|
||||
extern int input_available();
|
||||
extern void prefetch(char* addr);
|
||||
extern void prefetchTables(Key pKey, Key mKey, int threadID);
|
||||
|
||||
extern void dbg_hit_on(bool b);
|
||||
extern void dbg_hit_on_c(bool c, bool b);
|
||||
|
||||
Reference in New Issue
Block a user