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
> ---
> target/arm/translate-neon.c.inc | 34 +++--
> 1 file change
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
---
target/arm/translate-neon.c.inc | 34 +++--
1 file changed, 28 insertions(+), 6 deletions(-)
diff --git a/target