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 <[email protected]> > --- > target/arm/translate-neon.c.inc | 34 +++++++++++++++++++++++++++------ > 1 file changed, 28 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
