]> git.sesse.net Git - stockfish/history - src/bitcount.h
Fix an obscure gcc warning
[stockfish] / src / bitcount.h
2014-07-03 lucasartUse compiler intrinsic instead of assembly for popcnt
2014-07-01 Gary LinscottRevert "Use compiler intrinsic instead of assembly...
2014-07-01 lucasartUse compiler intrinsic instead of assembly for popcnt
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2012-10-06 Marco CostalbaFix POPCNT support on mingw 64
2012-09-22 Marco CostalbaTweaks to bitcount functions
2012-07-08 Marco CostalbaRename first_1 / last_1 in lsb / msb
2011-12-31 Marco CostalbaUnify BitCountType selection
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-02-23 Marco CostalbaMove all enum types definitions to types.h
2011-01-29 Marco CostalbaRemove defined(IS_64BIT) in init_sliding_attacks()
2011-01-15 Marco CostalbaFix a warning with __popcnt64() intrinsics
2011-01-05 Marco CostalbaFix POPCNT support for Intel compiler under Windows
2010-10-04 Marco CostalbaRewrite bit counting functions
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