1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

imgproc: Enable VSX on pyrDown & pyrUp

This commit is contained in:
Sayed Adel
2018-10-11 23:03:57 +00:00
parent 28cb714a09
commit 9dc1d388af
+2 -2
View File
@@ -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
{