On 8/28/20 11:33 AM, Peter Maydell wrote: > Rewrite Neon VABS/VNEG of floats to use gvec logical AND and XOR, so > that we can implement the fp16 version of the insns. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/translate-neon.c.inc | 34 +++++++++++++++++++++++++++------ > 1 file changed, 28 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~