From d1ef2e2171d660bac392c19bc0094c5e76c986f6 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 10 May 2025 22:45:24 -0400 Subject: Add initial vector tests --- input/hard-matrices.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/hard-matrices.asm') 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 ;;; -- cgit v1.2.3