diff options
author | TANG Tiancheng <tangtiancheng.ttc@alibaba-inc.com> | 2024-09-04 22:27:26 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-09-28 07:24:24 +0300 |
commit | 4c7c0d2442fbfcbe128198aa5f3613f387f291ac (patch) | |
tree | 925384f8567cbeb0fbd09c4f18820356f7ba1db0 /.github/workflows | |
parent | 51c943931d75959b787ea72e2cf8e79369ac1cd0 (diff) |
tcg: Fix iteration step in 32-bit gvec operation
The loop in the 32-bit case of the vector compare operation
was incorrectly incrementing by 8 bytes per iteration instead
of 4 bytes. This caused the function to process only half of
the intended elements.
Cc: qemu-stable@nongnu.org
Fixes: 9622c697d1 (tcg: Add gvec compare with immediate and scalar operand)
Signed-off-by: TANG Tiancheng <tangtiancheng.ttc@alibaba-inc.com>
Reviewed-by: Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240904142739.854-2-zhiwei_liu@linux.alibaba.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
(cherry picked from commit 9d8d5a5b9078a16b4c0862fe54248c5cc8435648)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions