[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH] target/arm: Check for dp support for dp VFM, not
From: |
Richard Henderson |
Subject: |
Re: [Qemu-arm] [PATCH] target/arm: Check for dp support for dp VFM, not sp |
Date: |
Mon, 17 Jun 2019 12:03:00 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
On 6/17/19 9:01 AM, Peter Maydell wrote:
> In commit 1120827fa182f0e7622 we accidentally put the
> "UNDEF unless FPU has double-precision support" check in
> the single-precision VFM function. Put it in the dp
> function where it belongs.
>
> Signed-off-by: Peter Maydell <address@hidden>
> ---
> I just merged the pullreq with 1120827fa182f0e7622 an hour
> ago and then I spotted this bug in it...
>
> target/arm/translate-vfp.inc.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Oops.
Reviewed-by: Richard Henderson <address@hidden>
r~