X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=7ed4b443370ac5bf359deb13799fe679bbb22309;hp=2970ac3b49c30c6ceb0aeda94b95836919eab715;hb=a010d438a2e378a82943835d49a53dfaa15c95d1;hpb=47ee6d9fa4091aa05f6fedb62a2bb652b0422f08 diff --git a/src/misc.cpp b/src/misc.cpp index 2970ac3b..7ed4b443 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -292,6 +292,8 @@ int Bioskey() } } +#endif + /// prefetch() preloads the given address in L1/L2 cache. This is a non /// blocking function and do not stalls the CPU waiting for data to be /// loaded from RAM, that can be very slow. @@ -313,4 +315,3 @@ void prefetch(char* addr) { #endif -#endif