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
@@ -31,9 +31,6 @@
#elif defined(USE_SSE2)
# include <emmintrin.h>
#elif defined(USE_MMX)
# include <mmintrin.h>
#elif defined(USE_NEON)
# include <arm_neon.h>
#endif