Commit 9dc1d388 authored by Sayed Adel's avatar Sayed Adel

imgproc: Enable VSX on pyrDown & pyrUp

parent 28cb714a
...@@ -152,7 +152,7 @@ struct PyrDownVec_32f ...@@ -152,7 +152,7 @@ struct PyrDownVec_32f
} }
}; };
#if CV_SSE4_1 || CV_NEON #if CV_SSE4_1 || CV_NEON || CV_VSX
struct PyrDownVec_32s16u struct PyrDownVec_32s16u
{ {
...@@ -312,7 +312,7 @@ struct PyrUpVec_32s16s ...@@ -312,7 +312,7 @@ struct PyrUpVec_32s16s
} }
}; };
#if CV_SSE4_1 || CV_NEON #if CV_SSE4_1 || CV_NEON || CV_VSX
struct PyrUpVec_32s16u struct PyrUpVec_32s16u
{ {
......
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