On Sun, 1 Dec 2024 at 15:12, Richard Henderson <richard.hender...@linaro.org> wrote: > > Pairwise addition with and without accumulation. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/helper.h | 2 - > target/arm/tcg/translate.h | 9 ++ > target/arm/tcg/gengvec.c | 230 ++++++++++++++++++++++++++++++++ > target/arm/tcg/neon_helper.c | 22 --- > target/arm/tcg/translate-neon.c | 150 +-------------------- > 5 files changed, 243 insertions(+), 170 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM