Commit 6843d368 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #12806 from seiko2plus:imgprocPyramidsVSX

parents 28cb714a 9dc1d388
......@@ -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
{
......
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