On 8/28/20 11:33 AM, Peter Maydell wrote:
> Implement FP16 support for the Neon insns which use the DO_3S_FP_GVEC
> macro: VADD, VSUB, VABD, VMUL.
> 
> For VABD this requires us to implement a new gvec_fabd_h helper
> using the machinery we have already for the other helpers.
> 
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
> ---
>  target/arm/helper.h             |  1 +
>  target/arm/vec_helper.c         |  6 ++++++
>  target/arm/translate-neon.c.inc | 36 +++++++++++++++++----------------
>  3 files changed, 26 insertions(+), 17 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to