]> git.sesse.net Git - stockfish/history - src/bitcount.h
Reduce lock contention in sp_search_pv()
[stockfish] / src / bitcount.h
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