qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 6/6] target-arm: Use standard FPSCR for Neon


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 6/6] target-arm: Use standard FPSCR for Neon half-precision operations
Date: Wed, 9 Feb 2011 19:03:29 +0000

On 9 February 2011 16:27, Peter Maydell <address@hidden> wrote:
> -uint32_t HELPER(vfp_fcvt_f32_to_f16)(float32 a, CPUState *env)
> +static uint32_t do_fcvt_f32_to_f16(float32 a, CPUState *env, float_status *s)


> +float32 HELPER(neon_fcvt_f32_to_f16)(uint32_t a, CPUState *env)

> +float32 HELPER(vfp_fcvt_f32_to_f16)(uint32_t a, CPUState *env)

Just noticed this accidental change due to cut-n-paste error, the _to_f16
helpers should still be returning uint32_t, not float32.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]