Correction of issue #105

pull/108/head
Christophe Favergeon 3 years ago
parent 80bf36c676
commit 507f0a67ce

@ -561,7 +561,7 @@ arm_status arm_mat_mult_f32(
uint16_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */
uint16_t col, i = 0U, j, row = numRowsA, rowCnt, colCnt; /* loop counters */
uint32_t col, i = 0U, j, row = numRowsA, rowCnt, colCnt; /* loop counters */
arm_status status; /* status of matrix multiplication */
float32x4_t a0V, a1V, a2V, a3V, a4V, a5V, a6V, a7V;

Loading…
Cancel
Save