X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=1e1b220cb533da6cbee0319dcf6f56c66c327c3e;hb=d77d555c72df7045901826e95bc012a0d77ca835;hp=167eedb3250517ed7c0106cd3a1c3c56b7143a86;hpb=b8948e84b881c6b3cfaa26fa5512fe4c1800baa0;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index 167eedb3..1e1b220c 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -227,7 +227,9 @@ void prefetch(char*) {} #else +# if defined(__INTEL_COMPILER) || defined(__ICL) || defined(_MSC_VER) # include +# endif void prefetch(char* addr) {