X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;fp=src%2Fmisc.cpp;h=401a65058fc8ddc058fa64223148a7b861b5600c;hp=5061ae13a1742bb4f4b10fd8c306164ccb63787d;hb=21df37d7fd4dcc9b4a9c319382cc43685c0259c8;hpb=f948cd008d3a289ebbadc463271f84888e8069ba diff --git a/src/misc.cpp b/src/misc.cpp index 5061ae13..401a6505 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -228,6 +228,9 @@ const std::string compiler_info() { #endif compiler += (HasPext ? " BMI2" : ""); compiler += (HasPopCnt ? " POPCNT" : ""); + #if defined(USE_MMX) + compiler += " MMX"; + #endif #if !defined(NDEBUG) compiler += " DEBUG"; #endif