mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #24618 from vrabaud:compilation
Fix compilation on some 32-bit windows
This commit is contained in:
@@ -865,7 +865,7 @@ static void cmp_loop_nosimd(const double* src1, size_t step1, const double* src2
|
|||||||
}
|
}
|
||||||
|
|
||||||
// todo: try to avoid define dispatcher functions using macros with these such cases
|
// todo: try to avoid define dispatcher functions using macros with these such cases
|
||||||
DEFINE_SIMD_ALL(cmp)
|
DEFINE_SIMD_ALL(cmp, void)
|
||||||
|
|
||||||
//=========================================================================
|
//=========================================================================
|
||||||
// scaling helpers for single and dual source
|
// scaling helpers for single and dual source
|
||||||
|
|||||||
Reference in New Issue
Block a user