CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c

pull/19/head
Christophe Favergeon 6 years ago
parent 349b8d1ed2
commit fa54f15135

@ -314,6 +314,7 @@ static void arm_fir_f32_5_8_mve(const arm_fir_instance_f32 * S, const float32_t
}
blkCnt = blockSize & 3;
if (blkCnt > 0)
{
mve_pred16_t p0 = vctp32q(blkCnt);

Loading…
Cancel
Save