]> git.sesse.net Git - stockfish/commitdiff
Convert TT depth to int8_t
authorlucasart <lucas.braesch@gmail.com>
Wed, 1 Oct 2014 19:51:32 +0000 (20:51 +0100)
committerJoona Kiiski <joona.kiiski@gmail.com>
Wed, 1 Oct 2014 19:51:32 +0000 (20:51 +0100)
Now that half plies have been removed from the engine, we can encode
TT depth into an int8_t.

Range is -128 to +127, so it goes still further than the previous
limit of 121 plies (with ONE_PLY == 2 where depth - DEPTH_NONE was
encoded as an uint8_t).

No functional change.

Resolved #60


No differences found