mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Fix windows dll build.
This commit is contained in:
parent
e6ccfb2fe2
commit
3817aa3079
@ -15,6 +15,8 @@
|
||||
// limitations under the License.
|
||||
///////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
// Architecture detector. Add code here to detect any other architectures for
|
||||
// SIMD-based faster dot product functions. Intended to be a single static
|
||||
// object, but it does no real harm to have more than one.
|
||||
@ -37,7 +39,7 @@ class SIMDDetect {
|
||||
// Singleton.
|
||||
static SIMDDetect detector;
|
||||
// If true, then AVX has been detected.
|
||||
static bool avx_available_;
|
||||
static TESS_API bool avx_available_;
|
||||
// If true, then SSe4.1 has been detected.
|
||||
static bool sse_available_;
|
||||
static TESS_API bool sse_available_;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user