]> git.sesse.net Git - stockfish/commit
Use optimized pop_1st_bit() only under Windows
authorMarco Costalba <mcostalba@gmail.com>
Sat, 20 Sep 2008 20:19:54 +0000 (22:19 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 20 Sep 2008 20:19:54 +0000 (22:19 +0200)
commit29b01b6d825d32184a6307def3b17598bb5b4b0a
tree06b15cf3f1b417dfd26e8adad933e844dac651ef
parentcde7b30b656471f28e1bfbafbf2c4de2c746bd2c
Use optimized pop_1st_bit() only under Windows

Under Linux we have a segfault after a random time,
about a couple of minutes while running the benchmark.

This happens both with gcc and icc, and both with O2
and O3 optimizations.

Disable for Linux until we understand what's the deal.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/bitboard.cpp