]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Makefile rework/cleanup
[stockfish] / src / misc.cpp
index bdd7bccbc1d33001d3ab171fc67d883fd5b4e94d..5061ae13a1742bb4f4b10fd8c306164ccb63787d 100644 (file)
@@ -220,17 +220,11 @@ const std::string compiler_info() {
   #if defined(USE_AVX2)
     compiler += " AVX2";
   #endif
-  #if defined(USE_SSE42)
-    compiler += " SSE42";
-  #endif
   #if defined(USE_SSE41)
     compiler += " SSE41";
   #endif
   #if defined(USE_SSSE3)
     compiler += " SSSE3";
-  #endif
-  #if defined(USE_SSE3)
-    compiler += " SSE3";
   #endif
     compiler += (HasPext ? " BMI2" : "");
     compiler += (HasPopCnt ? " POPCNT" : "");