Re: [PATCH v2 41/45] target/arm: Implement fp16 for Neon VRINTX

2020-08-28 Thread Richard Henderson
On 8/28/20 11:33 AM, Peter Maydell wrote: > Convert the Neon VRINTX insn to use gvec, and use this to implement > fp16 support for it. > > Signed-off-by: Peter Maydell > --- > target/arm/helper.h | 3 +++ > target/arm/vec_helper.c | 3 +++ > target/arm/translate-neon.c.inc

[PATCH v2 41/45] target/arm: Implement fp16 for Neon VRINTX

2020-08-28 Thread Peter Maydell
Convert the Neon VRINTX insn to use gvec, and use this to implement fp16 support for it. Signed-off-by: Peter Maydell --- target/arm/helper.h | 3 +++ target/arm/vec_helper.c | 3 +++ target/arm/translate-neon.c.inc | 45 +++-- 3 files changed, 9