]> git.sesse.net Git - stockfish/history - src/bitcount.h
Revert LMR reduction based on thinking time
[stockfish] / src / bitcount.h
2010-03-20 Marco CostalbaUpdated copyright year to 2010
2010-03-17 Marco CostalbaFix POPCNT detection gcc compile error
2010-03-14 Marco CostalbaMove __cpuid() definition for gcc in types.h
2010-02-21 Marco CostalbaFix a warning with POPCNT and MSVC
2010-01-31 Marco CostalbaAdd hardware POPCNT support for gcc
2009-11-06 Marco CostalbaEnable POPCNT only through Makefile
2009-07-04 Marco CostalbaFix bitcount.h compile warnings under Intel compiler
2009-07-04 Marco CostalbaCheck Intel compiler before MSVC in bitcount.h
2009-07-04 Marco CostalbaDisable POPCNT support per default
2009-07-04 Marco CostalbaDo not compile POPCNT if NO_POPCNT is defined
2009-07-03 Marco CostalbaRestore correct 64 bit version of pop_1st_bit()
2009-05-25 Marco CostalbaMerge hardware POPCNT detection and use
2009-05-25 Marco CostalbaRevert _BitScanForward64 support
2009-05-24 Marco CostalbaUse compiler name lookup to simplify code
2009-05-24 Marco CostalbaEnable _BitScanForward64 at runtime
2009-05-23 Marco CostalbaPrint info about use of 64bit functions and hardware...
2009-05-21 Marco CostalbaFix compile errors under MSVC
2009-05-21 Marco CostalbaEnable POPCNT at runtime
2009-05-21 Marco CostalbaIntroduce bitcount.h