From fb917f563f305dec14106c9f1feb48bbd77c7ff9 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 1 Oct 2023 16:05:30 +0100 Subject: [PATCH] whoops should be 5x3 comment not 5x3 --- src/openpower/decoder/isa/test_caller_svp64_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openpower/decoder/isa/test_caller_svp64_matrix.py b/src/openpower/decoder/isa/test_caller_svp64_matrix.py index 65e0e341..579617b9 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_matrix.py +++ b/src/openpower/decoder/isa/test_caller_svp64_matrix.py @@ -121,7 +121,7 @@ class DecoderTestCase(FHDLTestCase): [4, 5, 6], [7, 8, 9], [2, 0, 1]] - # 3x5 matrix + # 5x3 matrix Y3 = [[5, 8, 1, 2, 3], [6, 7, 3, 0, 9], [4, 5, 9, 1, 2]] -- 2.30.2