Re: [PATCH v3 12/15] target/arm: Move expand_pred_b to vec_internal.h

2022-05-31 Thread Peter Maydell
On Fri, 27 May 2022 at 19:11, Richard Henderson wrote: > > Put the inline function near the array declaration. > > Signed-off-by: Richard Henderson > --- > target/arm/vec_internal.h | 8 +++- > target/arm/sve_helper.c | 9 - > 2 files changed, 7 insertions(+), 10 deletions(-) > > d

[PATCH v3 12/15] target/arm: Move expand_pred_b to vec_internal.h

2022-05-27 Thread Richard Henderson
Put the inline function near the array declaration. Signed-off-by: Richard Henderson --- target/arm/vec_internal.h | 8 +++- target/arm/sve_helper.c | 9 - 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/target/arm/vec_internal.h b/target/arm/vec_internal.h index 1d