Skip to content

Commit fe050d3

Browse files
-
1 parent 09618aa commit fe050d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base/math/compv_math_op_minmax.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ static void OpMax(const CompVMatPtr& A, const double& b, CompVMatPtr& R)
277277
}
278278
#elif COMPV_ARCH_ARM
279279
if (CompVCpu::isEnabled(kCpuFlagARM_NEON) && A->isAlignedNEON()) {
280-
COMPV_EXEC_IFDEF_INTRIN_ARM((OpMax_32f = CompVMathOpMax_8u_Intrin_NEON));
280+
COMPV_EXEC_IFDEF_INTRIN_ARM((OpMax_32f = CompVMathOpMax_32f_Intrin_NEON));
281281
}
282282
#endif
283283
const compv_float32_t b1 = static_cast<compv_float32_t>(b);

0 commit comments

Comments
 (0)