Commit 4b968d1f authored by Sayed Adel's avatar Sayed Adel

Added universal intrinsic for VSX

parent d0777780
......@@ -308,6 +308,7 @@ CV_CPU_OPTIMIZATION_HAL_NAMESPACE_END
#ifdef CV_DOXYGEN
# undef CV_SSE2
# undef CV_NEON
# undef CV_VSX
#endif
#if CV_SSE2
......@@ -318,6 +319,10 @@ CV_CPU_OPTIMIZATION_HAL_NAMESPACE_END
#include "opencv2/core/hal/intrin_neon.hpp"
#elif CV_VSX
#include "opencv2/core/hal/intrin_vsx.hpp"
#else
#include "opencv2/core/hal/intrin_cpp.hpp"
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment