Removed useless vld1q_f32 from arm_correlate_f32

pull/19/head
ClaudioMartino 6 years ago committed by Christophe Favergeon
parent 799b7aa521
commit 033f5e17de

@ -390,8 +390,6 @@ void arm_correlate_f32(
x1v = x2v;
px+=4;
x2v = vld1q_f32(px);
} while (--k);
/* If the srcBLen is not a multiple of 4, compute any remaining MACs here.

Loading…
Cancel
Save