Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit eb4bd6b

Browse files
committed
Merge pull request opencv#4156 from mshabunin:fix-neon-intrin
2 parents bb556b8 + 7b784fa commit eb4bd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal/include/opencv2/hal/intrin_neon.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ inline v_int32x4 v_trunc(const v_float32x4& a)
747747
{ return v_int32x4(vcvtq_s32_f32(a.val)); }
748748

749749
#define OPENCV_HAL_IMPL_NEON_TRANSPOSE4x4(_Tpvec, suffix) \
750-
inline void transpose4x4(const v_##_Tpvec& a0, const v_##_Tpvec& a1, \
750+
inline void v_transpose4x4(const v_##_Tpvec& a0, const v_##_Tpvec& a1, \
751751
const v_##_Tpvec& a2, const v_##_Tpvec& a3, \
752752
v_##_Tpvec& b0, v_##_Tpvec& b1, \
753753
v_##_Tpvec& b2, v_##_Tpvec& b3) \

0 commit comments

Comments
 (0)