Commit 507f0a67 authored by Christophe Favergeon's avatar Christophe Favergeon
Browse files

Correction of issue #105

parent 80bf36c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;