Re: [PATCH v2 31/45] target/arm: Implement fp16 for Neon VFMA, VMFS

2020-08-28 Thread Richard Henderson
On 8/28/20 11:33 AM, Peter Maydell wrote: > Convert the neon floating-point vector operations VFMA and VFMS > to use a gvec helper, and use this to implement the fp16 case. > > This is the last use of do_3same_fp() so we can now delete > that function. > > Signed-off-by: Peter Maydell > --- > t

[PATCH v2 31/45] target/arm: Implement fp16 for Neon VFMA, VMFS

2020-08-28 Thread Peter Maydell
Convert the neon floating-point vector operations VFMA and VFMS to use a gvec helper, and use this to implement the fp16 case. This is the last use of do_3same_fp() so we can now delete that function. Signed-off-by: Peter Maydell --- target/arm/helper.h | 6 +++ target/arm/vec_help