mirror of
https://github.com/opencv/opencv.git
synced 2025-07-24 22:16:27 +08:00
Merge pull request #12806 from seiko2plus:imgprocPyramidsVSX
This commit is contained in:
commit
6843d368b2
@ -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…
Reference in New Issue
Block a user