19 #ifndef TESSERACT_ARCH_DOTPRODUCTSSE_H_ 20 #define TESSERACT_ARCH_DOTPRODUCTSSE_H_ 28 double DotProductSSE(
const double* u,
const double* v,
int n);
35 #endif // TESSERACT_ARCH_DOTPRODUCTSSE_H_ Definition: baseapi.cpp:94
double DotProductSSE(const double *u, const double *v, int n)
Definition: dotproductsse.cpp:27
int32_t IntDotProductSSE(const int8_t *u, const int8_t *v, int n)
Definition: dotproductsse.cpp:31