imgproc: Enable VSX on pyrDown & pyrUp

pull/12806/head
Sayed Adel 6 years ago
parent 28cb714a09
commit 9dc1d388af
  1. 4
      modules/imgproc/src/pyramids.cpp

@ -152,7 +152,7 @@ struct PyrDownVec_32f
}
};
#if CV_SSE4_1 || CV_NEON
#if CV_SSE4_1 || CV_NEON || CV_VSX
struct PyrDownVec_32s16u
{
@ -312,7 +312,7 @@ struct PyrUpVec_32s16s
}
};
#if CV_SSE4_1 || CV_NEON
#if CV_SSE4_1 || CV_NEON || CV_VSX
struct PyrUpVec_32s16u
{

Loading…
Cancel
Save