Remove handcrafted MMX code

too small a benefit to maintain this old target

closes https://github.com/official-stockfish/Stockfish/pull/4804

No functional change
This commit is contained in:
mstembera
2023-09-24 15:15:50 -07:00
committed by Joost VandeVondele
parent afe7f4d9b0
commit 8a912951de
7 changed files with 3 additions and 104 deletions
-3
View File
@@ -282,9 +282,6 @@ std::string compiler_info() {
compiler += " SSE2";
#endif
compiler += (HasPopCnt ? " POPCNT" : "");
#if defined(USE_MMX)
compiler += " MMX";
#endif
#if defined(USE_NEON_DOTPROD)
compiler += " NEON_DOTPROD";
#elif defined(USE_NEON)