Sync with master

bench: 7374604
This commit is contained in:
Marco Costalba
2015-01-30 17:58:18 +01:00
4 changed files with 70 additions and 48 deletions

View File

@@ -60,6 +60,7 @@ struct RootMove {
bool operator<(const RootMove& m) const { return score > m.score; } // Ascending sort
bool operator==(const Move& m) const { return pv[0] == m; }
void insert_pv_in_tt(Position& pos);
Move extract_ponder_from_tt(Position& pos);
Value score;
Value previousScore;