]> git.sesse.net Git - stockfish/commit
Let prefetch to be enabled by default on Windows
authorMarco Costalba <mcostalba@gmail.com>
Thu, 20 May 2010 20:37:37 +0000 (21:37 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 20 May 2010 20:37:37 +0000 (21:37 +0100)
commitcab8b788465c34f5fc3d3caeeaee098c1ea185fe
treefe55ab4cceeec96f549f3356d3409fa53f903278
parentefdd1e697a15fba09355f3dbcb90d05524080665
Let prefetch to be enabled by default on Windows

When compiling with MSVC we don't use the Makefile
so tweak a bit the Makefile to allow to let prefetch
in by default so that it works under Windows.

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