Fix NEON also tesseractmain.cpp

This commit is contained in:
Robert Pösel 2021-01-11 11:49:18 +01:00 committed by Stefan Weil
parent 1954ee3867
commit ca9c7ba303

View File

@ -137,7 +137,7 @@ static void PrintVersionInfo() {
}
}
#endif
#if defined(HAVE_NEON)
#if defined(HAVE_NEON) || defined(__aarch64__)
if (tesseract::SIMDDetect::IsNEONAvailable()) printf(" Found NEON\n");
#else
if (tesseract::SIMDDetect::IsAVX512BWAvailable()) printf(" Found AVX512BW\n");