]> git.sesse.net Git - stockfish/commitdiff
Print info about use of 64bit functions and hardware POPCNT
authorMarco Costalba <mcostalba@gmail.com>
Sat, 23 May 2009 10:42:43 +0000 (11:42 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 23 May 2009 15:12:26 +0000 (16:12 +0100)
With this patch at the applications startup a line is printed
with info about use of optimized 64 bit routines and hardware
POPCNT.

Also allow the possibility to disable POPCNT support during
PGO compiles to exercise the fallback software only path.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found