Files
stockfish/src
Marco Costalba c698362680 Microptimize first_entry() for 32bits
Do a 32bit bitwise 'and' instead of a 64bit
subtract and bitwise 'and'.

This is possible because even in the biggest
hash table case (8GB) the number of entries
is 2^29 so storable in an unsigned int.

No functional change.
2013-02-09 10:55:38 +01:00
..
2013-01-16 20:00:05 +01:00
2012-10-06 13:01:44 +02:00
2013-01-06 12:06:19 +01:00
2013-01-06 12:06:19 +01:00
2013-02-07 06:51:55 +01:00
2013-01-06 12:06:19 +01:00
2013-02-02 06:44:04 +01:00
2012-12-27 13:57:17 +01:00
2013-01-20 17:36:24 +01:00
2012-12-16 12:58:39 +01:00
2012-12-16 12:58:39 +01:00
2012-10-08 11:43:47 +02:00
2012-09-04 09:38:51 +02:00
2013-01-26 22:43:58 +01:00
2012-12-25 18:48:41 +01:00
2013-02-04 22:00:41 +01:00
2013-02-03 10:11:12 +01:00
2013-02-09 07:43:53 +01:00
2012-09-14 09:57:13 +02:00
2012-12-22 11:38:36 +01:00
2012-12-22 11:38:36 +01:00
2012-12-31 11:59:53 +01:00
2013-02-09 10:55:20 +01:00
2012-12-30 14:43:23 +01:00
2013-02-08 11:45:33 +01:00
2013-02-08 11:45:33 +01:00
2012-03-27 14:26:58 +01:00
2013-02-09 10:55:38 +01:00
2013-02-09 10:55:38 +01:00
2013-02-08 10:07:09 +01:00
2013-01-14 00:02:32 +01:00
2012-08-18 12:26:22 +01:00