On 8/28/20 11:33 AM, Peter Maydell wrote: > Convert the Neon VCVT with-specified-rounding-mode instructions > to gvec, and use this to implement fp16 support for them. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target/arm/helper.h | 5 ++ > target/arm/vec_helper.c | 23 +++++++ > target/arm/translate-neon.c.inc | 103 +++++++++++--------------------- > 3 files changed, 64 insertions(+), 67 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~