]> git.sesse.net Git - stockfish/commit
Do not special case generate_king_moves()
authorMarco Costalba <mcostalba@gmail.com>
Sat, 18 Oct 2008 07:49:51 +0000 (09:49 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 18 Oct 2008 19:35:34 +0000 (21:35 +0200)
commitea16985ea5b6fc239f33aa333c0c0a6e8f2c7dcc
tree8fd113761467166349c7fc1058dcb36d00c59e3d
parent3b857d1625c87ae3b87ea9e960b2c8d2d3284b9a
Do not special case generate_king_moves()

Teoretically a little slowdown. If after testing we
verify the slowdown has impact on ELO we revert the
change.

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