From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX2oE-0006VX-5d for qemu-devel@nongnu.org; Wed, 02 Sep 2015 03:50:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZX2oA-0003wG-Vz for qemu-devel@nongnu.org; Wed, 02 Sep 2015 03:50:18 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:57463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX2oA-0003uV-QK for qemu-devel@nongnu.org; Wed, 02 Sep 2015 03:50:14 -0400 Message-ID: <55E6AA33.5090606@imgtec.com> Date: Wed, 2 Sep 2015 08:50:11 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1440591140-95670-1-git-send-email-petar.jovanovic@rt-rk.com> In-Reply-To: <1440591140-95670-1-git-send-email-petar.jovanovic@rt-rk.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] target-mips: remove wrong checks for recip.fmt and rsqrt.fmt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Petar Jovanovic , qemu-devel@nongnu.org Cc: petar.jovanovic@imgtec.com, aurelien@aurel32.net On 26/08/2015 13:12, Petar Jovanovic wrote: > From: Petar Jovanovic > > 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 > --- > 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