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.
1 parent d077778 commit 4b968d1Copy full SHA for 4b968d1
modules/core/include/opencv2/core/hal/intrin.hpp
@@ -308,6 +308,7 @@ CV_CPU_OPTIMIZATION_HAL_NAMESPACE_END
308
#ifdef CV_DOXYGEN
309
# undef CV_SSE2
310
# undef CV_NEON
311
+# undef CV_VSX
312
#endif
313
314
#if CV_SSE2
@@ -318,6 +319,10 @@ CV_CPU_OPTIMIZATION_HAL_NAMESPACE_END
318
319
320
#include "opencv2/core/hal/intrin_neon.hpp"
321
322
+#elif CV_VSX
323
+
324
+#include "opencv2/core/hal/intrin_vsx.hpp"
325
326
#else
327
328
#include "opencv2/core/hal/intrin_cpp.hpp"
0 commit comments