]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Fix VCMLA Dd, Dn, Dm[idx]
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 Jun 2024 18:35:24 +0000 (11:35 -0700)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 2 Jul 2024 06:03:21 +0000 (09:03 +0300)
commit10b9e0c546de7e73f6cfe9594cbdaf36384e6888
tree6be049b29d589f8b8dbce9cfa16c6f4291236251
parent50a8a6b4d6bdd423140d37b47779fc006c101e4c
target/arm: Fix VCMLA Dd, Dn, Dm[idx]

The inner loop, bounded by eltspersegment, must not be
larger than the outer loop, bounded by elements.

Cc: qemu-stable@nongnu.org
Fixes: 18fc2405781 ("target/arm: Implement SVE fp complex multiply add (indexed)")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2376
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240625183536.1672454-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 76bccf3cb9d9383da0128bbc6d1300cddbe3ae8f)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/tcg/vec_helper.c