diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2024-03-05 06:39:31 -1000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-03-07 12:49:16 +0000 |
commit | d572bcb222010b38b382871a23b2f38e2c3f4d2d (patch) | |
tree | 834c1a8de70a4fcfee1ea74b660b33eb0c2c3117 /gdbstub | |
parent | ddcc4b4b5250f800d500ef1217b28c39812bac2a (diff) | |
download | qemu-d572bcb222010b38b382871a23b2f38e2c3f4d2d.zip qemu-d572bcb222010b38b382871a23b2f38e2c3f4d2d.tar.gz qemu-d572bcb222010b38b382871a23b2f38e2c3f4d2d.tar.bz2 |
target/arm: Fix 32-bit SMOPA
While the 8-bit input elements are sequential in the input vector,
the 32-bit output elements are not sequential in the output matrix.
Do not attempt to compute 2 32-bit outputs at the same time.
Cc: qemu-stable@nongnu.org
Fixes: 23a5e3859f5 ("target/arm: Implement SME integer outer product")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2083
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240305163931.242795-1-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'gdbstub')
0 files changed, 0 insertions, 0 deletions