|
|
|
|
@ -420,14 +420,7 @@ arm_status arm_conv_partial_f32(
|
|
|
|
|
count += 4U;
|
|
|
|
|
|
|
|
|
|
/* Update the inputA and inputB pointers for next MAC calculation */
|
|
|
|
|
if ((int32_t)firstIndex - (int32_t)srcBLen + 1 > 0)
|
|
|
|
|
{
|
|
|
|
|
px = pIn1 + firstIndex - srcBLen + 1 + count;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
px = pIn1 + count;
|
|
|
|
|
}
|
|
|
|
|
px = pIn1 + count;
|
|
|
|
|
py = pSrc2;
|
|
|
|
|
|
|
|
|
|
/* Decrement the loop counter */
|
|
|
|
|
@ -480,14 +473,7 @@ arm_status arm_conv_partial_f32(
|
|
|
|
|
count++;
|
|
|
|
|
|
|
|
|
|
/* Update the inputA and inputB pointers for next MAC calculation */
|
|
|
|
|
if ((int32_t)firstIndex - (int32_t)srcBLen + 1 > 0)
|
|
|
|
|
{
|
|
|
|
|
px = pIn1 + firstIndex - srcBLen + 1 + count;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
px = pIn1 + count;
|
|
|
|
|
}
|
|
|
|
|
px = pIn1 + count;
|
|
|
|
|
py = pSrc2;
|
|
|
|
|
|
|
|
|
|
/* Decrement the loop counter */
|
|
|
|
|
@ -524,14 +510,7 @@ arm_status arm_conv_partial_f32(
|
|
|
|
|
count++;
|
|
|
|
|
|
|
|
|
|
/* Update the inputA and inputB pointers for next MAC calculation */
|
|
|
|
|
if ((int32_t)firstIndex - (int32_t)srcBLen + 1 > 0)
|
|
|
|
|
{
|
|
|
|
|
px = pIn1 + firstIndex - srcBLen + 1 + count;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
px = pIn1 + count;
|
|
|
|
|
}
|
|
|
|
|
px = pIn1 + count;
|
|
|
|
|
py = pSrc2;
|
|
|
|
|
|
|
|
|
|
/* Decrement the loop counter */
|
|
|
|
|
|