On 8/28/20 11:33 AM, Peter Maydell wrote: > Implement fp16 for the Neon VCVT insns which convert between > float and fixed-point. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.h | 5 +++++ > target/arm/neon-dp.decode | 8 +++++++- > target/arm/vec_helper.c | 4 ++++ > target/arm/translate-neon.c.inc | 5 +++++ > 4 files changed, 21 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~