qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] target-mips: remove wrong checks for recip.f


From: Leon Alrae
Subject: Re: [Qemu-devel] [PATCH v2] target-mips: remove wrong checks for recip.fmt and rsqrt.fmt
Date: Wed, 2 Sep 2015 08:50:11 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 26/08/2015 13:12, Petar Jovanovic wrote:
> From: Petar Jovanovic <address@hidden>
> 
> Instructions recip.{s|d} and rsqrt.{s|d} do not require 64-bit FPU neither
> they require any particular mode for its FPU. This patch removes the checks
> that may break a program that uses these instructions.
> 
> Signed-off-by: Petar Jovanovic <address@hidden>
> ---
> v2:
> - add check_cp1_registers() for recip.d and rsqrt.d, as suggested by Leon A.
> 
>  target-mips/translate.c |    6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)

Applied to mips-next, thanks.

Leon




reply via email to

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