Pack 3 TT entries in 32 bytes cluster

Idea from Ron Britvich

Code reworked by Marco Costalba and Joona Kiiski

Bench: 8095369

Resolves #3
Resolves #10
This commit is contained in:
Ron Britvich
2014-06-28 14:05:58 -04:00
committed by Gary Linscott
parent 7ff865b924
commit ccd823a4ff
3 changed files with 59 additions and 47 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ enum Depth {
DEPTH_QS_NO_CHECKS = -1 * ONE_PLY,
DEPTH_QS_RECAPTURES = -5 * ONE_PLY,
DEPTH_NONE = -127 * ONE_PLY
DEPTH_NONE = -6 * ONE_PLY
};
enum Square {