X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmisc.cpp;h=459ea10035b6ae9e6a4de47e01a60f2dec596865;hb=0e17a89e4dee73bd46e496cf6bed467432f116e6;hp=1cee4726f3b1a6d7dbb76c694775ef35ddc16af9;hpb=69cfe28f315b559cb1a07c0806266aa2850b5d4b;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index 1cee4726..459ea100 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -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";