mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
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:
committed by
Gary Linscott
parent
7ff865b924
commit
ccd823a4ff
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user