]> git.sesse.net Git - stockfish/commit
Fix build on Intel compiler
authorMarco Costalba <mcostalba@gmail.com>
Sat, 13 Jul 2013 21:07:24 +0000 (23:07 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 13 Jul 2013 21:13:30 +0000 (23:13 +0200)
commit9749f1f14c956133c2f42f96592b46f4f2c2b7ec
treec8777ae3e1f06cf77b4025950a9413ad4297fc66
parent4ede49cd850392f28bc9da9537c111d2c3f0b297
Fix build on Intel compiler

Due to a strange issue (bug?) the ternary
operator does not return a BitCountType for
icc, so revert to the expression used
before bcbc9bfd1f5efeaa3

No functional change.
src/evaluate.cpp