On Sat, 18 Apr 2020 at 17:28, Richard Henderson
wrote:
>
> These instructions are often used in glibc's string routines.
> They were the final uses of the 32-bit at a time neon helpers.
>
> Signed-off-by: Richard Henderson
Applied to target-arm.next, thanks. Luckily my decodetree
conversion for
Patchew URL:
https://patchew.org/QEMU/20200418162808.4680-1-richard.hender...@linaro.org/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [PATCH] target/arm: Vectorize integer comparison vs zero
Message-id: 20200418162808.4680-1
These instructions are often used in glibc's string routines.
They were the final uses of the 32-bit at a time neon helpers.
Signed-off-by: Richard Henderson
---
target/arm/helper.h| 27 ++--
target/arm/translate.h | 5 +
target/arm/neon_helper.c | 24
target/arm/translate