]> git.sesse.net Git - stockfish/commitdiff
Small tweaks in do_move and friends
authorMarco Costalba <mcostalba@gmail.com>
Sat, 7 Feb 2015 18:34:24 +0000 (19:34 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 8 Feb 2015 12:09:29 +0000 (13:09 +0100)
Also remove useless StateCopySize64 optimization:
compiler uses SSE movups instruction anyhow and
does not need this trick (verified with fishbench).

No functional change.


No differences found