Re: [PATCH v2 01/14] tcg/op-gvec: Fix iteration step in 32-bit operation

2024-08-31 Thread Richard Henderson
On 8/30/24 16:15, LIU Zhiwei wrote: From: TANG Tiancheng 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. Signed-off-by: TANG Tiancheng

[PATCH v2 01/14] tcg/op-gvec: Fix iteration step in 32-bit operation

2024-08-29 Thread LIU Zhiwei
From: TANG Tiancheng 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. Signed-off-by: TANG Tiancheng Fixes: 9622c697d1 (tcg: Add gvec compa