X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=1e1b220cb533da6cbee0319dcf6f56c66c327c3e;hp=167eedb3250517ed7c0106cd3a1c3c56b7143a86;hb=ff9ca3e76eb6432dee8ed2442e3942b93d0f6ba5;hpb=b8948e84b881c6b3cfaa26fa5512fe4c1800baa0 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) {