summaryrefslogtreecommitdiff
path: root/input/hard-matrices.asm
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-05-10 22:45:24 -0400
committerbd <bdunahu@operationnull.com>2025-05-10 22:45:24 -0400
commitd1ef2e2171d660bac392c19bc0094c5e76c986f6 (patch)
treed5a3229f701873ce59f1c1e7ce6896a3f31568ca /input/hard-matrices.asm
parent2d1701842bff269de7c07010eb490eeb7ac6f06e (diff)
Add initial vector tests
Diffstat (limited to 'input/hard-matrices.asm')
-rw-r--r--input/hard-matrices.asm2
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
;;;