X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.h;h=b63e613fc80f3d182af41e35bfb17a3208b01e55;hp=72be1ee4beaeed03649b23468dac8c617b035247;hb=d01b66ae8f4090c8e12e72423ff9165e6bc3a2f8;hpb=c3d2e6aba981ecc0caf82f81a1d44e8c4954e151 diff --git a/src/misc.h b/src/misc.h index 72be1ee4..b63e613f 100644 --- a/src/misc.h +++ b/src/misc.h @@ -31,6 +31,7 @@ const std::string engine_info(bool to_uci = false); void prefetch(void* addr); +void prefetch2(void* addr); void start_logger(const std::string& fname); void dbg_hit_on(bool b);