From: Andrey Miroshnikov Date: Thu, 9 Nov 2023 17:40:18 +0000 (+0000) Subject: Clarify result matrix element X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d00d706aad0255ce8bf4e33bf609fecd8cf3f9c5;p=libreriscv.git Clarify result matrix element --- diff --git a/openpower/sv/cookbook/remap_matrix.mdwn b/openpower/sv/cookbook/remap_matrix.mdwn index 806c0e895..5feb65860 100644 --- a/openpower/sv/cookbook/remap_matrix.mdwn +++ b/openpower/sv/cookbook/remap_matrix.mdwn @@ -57,7 +57,8 @@ following (outer product): second matrix. 2. Multiply each element in the row by each element in the column, and sum with the current value of the result matrix element (multiply-add-accumulate). -Store result in the first row, first column entry. +Store result in the row matching first operand row and column matching second +operand column. 3. Move to the next column of the second matrix, and next column of the result matrix. If there are no more columns in the second matrix, go back to first column (second matrix), and move to next row (first and result matrices).