[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [PATCH v2 02/14] target/arm: Implement vector shifted
From: |
Peter Maydell |
Subject: |
Re: [Qemu-stable] [PATCH v2 02/14] target/arm: Implement vector shifted FCVT for fp16 |
Date: |
Thu, 10 May 2018 17:04:09 +0100 |
On 2 May 2018 at 23:15, Richard Henderson <address@hidden> wrote:
> While we have some of the scalar paths for FCVT for fp16,
> we failed to decode the fp16 version of these instructions.
>
> Cc: address@hidden
> Signed-off-by: Richard Henderson <address@hidden>
>
> ---
> v2: Use parens with (x << y) >> z.
> ---
Reviewed-by: Peter Maydell <address@hidden>
thanks
-- PMM