]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Fix SQDMULH (by element) with Q=0
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 Jun 2024 18:35:25 +0000 (11:35 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Jul 2024 11:48:55 +0000 (12:48 +0100)
commita5b72ccc0f21183e7863745b0d82f144ecfb59f5
tree19961716b3d7d8243a60a888cf833170645439e7
parent76bccf3cb9d9383da0128bbc6d1300cddbe3ae8f
target/arm: Fix SQDMULH (by element) with Q=0

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

Cc: qemu-stable@nongnu.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240625183536.1672454-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/vec_helper.c