Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: [email protected] Fixes: 9622c69 (tcg: Add gvec compare with immediate and scalar operand) Signed-off-by: TANG Tiancheng <[email protected]> Reviewed-by: Liu Zhiwei <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Message-ID: <[email protected]> Signed-off-by: Richard Henderson <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> (cherry picked from commit 9d8d5a5) Signed-off-by: Michael Tokarev <[email protected]>
- Loading branch information