Merge pull request #24618 from vrabaud:compilation

Fix compilation on some 32-bit windows
pull/24630/head
Alexander Smorkalov 1 year ago committed by GitHub
commit 408730b7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/core/src/arithm.simd.hpp

@ -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
DEFINE_SIMD_ALL(cmp)
DEFINE_SIMD_ALL(cmp, void)
//=========================================================================
// scaling helpers for single and dual source

Loading…
Cancel
Save