Re: [PATCH v2 28/45] target/arm: Implement fp16 for Neon VMAX, VMIN

2020-08-28 Thread Richard Henderson
On 8/28/20 11:33 AM, Peter Maydell wrote: > Convert the Neon float-point VMAX and VMIN insns over to using > a gvec helper, and use this to implement the fp16 case. > > Signed-off-by: Peter Maydell > --- > target/arm/helper.h | 6 ++ > target/arm/vec_helper.c | 6 ++ >

[PATCH v2 28/45] target/arm: Implement fp16 for Neon VMAX, VMIN

2020-08-28 Thread Peter Maydell
Convert the Neon float-point VMAX and VMIN insns over to using a gvec helper, and use this to implement the fp16 case. Signed-off-by: Peter Maydell --- target/arm/helper.h | 6 ++ target/arm/vec_helper.c | 6 ++ target/arm/translate-neon.c.inc | 5 ++--- 3 files chang