diff options
Diffstat (limited to 'input/hard-matrices.asm')
-rw-r--r-- | input/hard-matrices.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/hard-matrices.asm b/input/hard-matrices.asm index bcd8fa1..1659574 100644 --- a/input/hard-matrices.asm +++ b/input/hard-matrices.asm @@ -1,5 +1,5 @@ ;;;;;;;; -;;; performs a matrix multiply the matrices m1 and m2: 36 * 18, 18 * 100 +;;; performs a matrix multiply the matrices m1 and m2: 100 * 18, 18 * 36 ;;; ;;; YES I VERIFIED THIS IS CORRECT ;;; |