]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Display NEON in compiler string
[stockfish] / src / misc.cpp
index 1cee4726f3b1a6d7dbb76c694775ef35ddc16af9..459ea10035b6ae9e6a4de47e01a60f2dec596865 100644 (file)
@@ -242,6 +242,9 @@ const std::string compiler_info() {
   #if defined(USE_MMX)
     compiler += " MMX";
   #endif
+  #if defined(USE_NEON)
+    compiler += " NEON";
+  #endif
 
   #if !defined(NDEBUG)
     compiler += " DEBUG";