mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-22 01:30:49 +08:00
Fix NEON also tesseractmain.cpp
This commit is contained in:
parent
1954ee3867
commit
ca9c7ba303
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user