We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc3c7e8 + 0f91fad commit 432d0fdCopy full SHA for 432d0fd
modules/dnn/src/layers/layers_common.hpp
@@ -45,9 +45,11 @@
45
#include <opencv2/dnn.hpp>
46
#include <opencv2/dnn/shape_utils.hpp>
47
48
+#define CV_CPU_OPTIMIZATION_DECLARATIONS_ONLY
49
// dispatched AVX/AVX2 optimizations
50
#include "layers/layers_common.simd.hpp"
51
#include "layers/layers_common.simd_declarations.hpp"
52
+#undef CV_CPU_OPTIMIZATION_DECLARATIONS_ONLY
53
54
namespace cv
55
{
0 commit comments