]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Use 128 bit multiply for TT index
[stockfish] / src / ucioption.cpp
index 90190b53b6cabd4e8f3c29de4e204947e0c23ea4..7037ea5731752ab8858bd09d4474733ddfa01318 100644 (file)
@@ -56,7 +56,6 @@ bool CaseInsensitiveLess::operator() (const string& s1, const string& s2) const
 
 void init(OptionsMap& o) {
 
-  // At most 2^32 superclusters. Supercluster = 8 kB
   constexpr int MaxHashMB = Is64Bit ? 33554432 : 2048;
 
   o["Debug Log File"]        << Option("", on_logger);