CMSIS-DSP: Corrected issue in Neon version of arm_correlate_f32.

Issue was introduced by a merge on our internal branch.
pull/19/head
Christophe Favergeon 7 years ago
parent 3bf2e2eda6
commit c0f96fe5d8

@ -371,6 +371,8 @@ void arm_correlate_f32(
x2v = vld1q_f32(px); x2v = vld1q_f32(px);
c = vld1q_f32(py); c = vld1q_f32(py);
py += 4;
x = x1v; x = x1v;
res = vmlaq_n_f32(res,x,c[0]); res = vmlaq_n_f32(res,x,c[0]);

Loading…
Cancel
Save