1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Restored IPP call reduction

This commit is contained in:
Maksim Shabunin
2019-07-31 15:41:22 +03:00
parent d3cf0d2c06
commit 6d5ac67681
11 changed files with 43 additions and 20 deletions
+6
View File
@@ -11,6 +11,12 @@
#include "mean.simd.hpp"
#include "mean.simd_declarations.hpp" // defines CV_CPU_DISPATCH_MODES_ALL=AVX2,...,BASELINE based on CMakeLists.txt content
#undef HAVE_IPP
#undef CV_IPP_RUN_FAST
#define CV_IPP_RUN_FAST(f, ...)
#undef CV_IPP_RUN
#define CV_IPP_RUN(c, f, ...)
namespace cv {
#if defined HAVE_IPP