[gamecode] Correct vecops widths

I had forgotten to update the widths when I moved cross product's
position.
This commit is contained in:
Bill Currie 2022-01-30 14:11:41 +09:00
parent e195dba626
commit 46ce37160b

View file

@ -478,10 +478,10 @@ vecops_formats = {
"cmul", "qvmul", "vqmul", "qmul"],
"vop_type": ['F', 'D'],
"vec_widths": [
"3, 3, 3",
"2, 2, 2",
"3, 3, 3",
"4, 4, 4",
"3, 3, 3",
"2, 2, 2",
"4, 3, 3",
"3, 4, 3",