Re: [PATCH 47/67] target/arm: Introduce clear_vec

2024-12-02 Thread Philippe Mathieu-Daudé
On 1/12/24 16:05, Richard Henderson wrote: In a couple of places, clearing the entire vector before storing one element is the easiest solution. Wrap that into a helper function. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 21 - 1 file changed,

[PATCH 47/67] target/arm: Introduce clear_vec

2024-12-01 Thread Richard Henderson
In a couple of places, clearing the entire vector before storing one element is the easiest solution. Wrap that into a helper function. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/