diff options
author | bd <bdunahu@operationnull.com> | 2025-05-10 22:45:24 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-10 22:45:24 -0400 |
commit | d1ef2e2171d660bac392c19bc0094c5e76c986f6 (patch) | |
tree | d5a3229f701873ce59f1c1e7ce6896a3f31568ca /input/hard-matrices.asm | |
parent | 2d1701842bff269de7c07010eb490eeb7ac6f06e (diff) |
Add initial vector tests
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 ;;; |