X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=ab52d30bb15bd449d4d6bcdff5681c7ced055efc;hp=aeb3c912bf23a286e3c31028e66aaa5ed31938fc;hb=dd63b98fb06e050aa961fbad6fd1f9316f2b17df;hpb=6bc0256292cf51d390fee0cb78963da884dc2677 diff --git a/src/misc.cpp b/src/misc.cpp index aeb3c912..ab52d30b 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -219,6 +219,9 @@ const std::string compiler_info() { compiler += "\nCompilation settings include: "; compiler += (Is64Bit ? " 64bit" : " 32bit"); + #if defined(USE_VNNI) + compiler += " VNNI"; + #endif #if defined(USE_AVX512) compiler += " AVX512"; #endif