Assorted trivia in search.cpp

The only interesting change is the moving of
stack[MAX_PLY+4] back to its original position
in id_loop (now renamed Thread::search).

No functional change.
This commit is contained in:
Marco Costalba
2015-10-25 08:30:07 +01:00
parent aa242d2f84
commit 86f04dbcc0
8 changed files with 41 additions and 45 deletions
+2 -2
View File
@@ -103,8 +103,8 @@ extern LimitsType Limits;
extern StateStackPtr SetupStates;
void init();
void reset();
template<bool Root> uint64_t perft(Position& pos, Depth depth);
void clear();
template<bool Root = true> uint64_t perft(Position& pos, Depth depth);
} // namespace Search