From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlLqj-0007bW-DG for qemu-devel@nongnu.org; Mon, 03 Nov 2014 12:55:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlLqa-0000J5-Sx for qemu-devel@nongnu.org; Mon, 03 Nov 2014 12:55:29 -0500 Message-ID: <5457C187.7020408@suse.de> Date: Mon, 03 Nov 2014 18:55:19 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1414773594-8014-1-git-send-email-tommusta@gmail.com> In-Reply-To: <1414773594-8014-1-git-send-email-tommusta@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-ppc: Fix vcmpbfp. Unordered Case List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-devel@nongnu.org, qemu-ppc@nongnu.org On 31.10.14 17:39, Tom Musta wrote: > Fix the implementation of Vector Compare Bounds Single Precision. > Specifically, fix the case where the operands are unordered -- since > the result is non-zero, the CR[6] field should be set to zero. > > Signed-off-by: Tom Musta Thanks, applied to ppc-next. Alex