From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK1MC-0007ED-0G for qemu-devel@nongnu.org; Mon, 04 Jul 2016 06:44:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bK1MA-0000N4-8Y for qemu-devel@nongnu.org; Mon, 04 Jul 2016 06:44:02 -0400 Date: Mon, 4 Jul 2016 20:43:41 +1000 From: Anton Blanchard Message-ID: <20160704204341.23cb2907@kryten> In-Reply-To: <20160704021137.GA2919@voom.fritz.box> References: <1467588012-4992-1-git-send-email-anton@ozlabs.org> <20160704021137.GA2919@voom.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ppc: Fix xsrdpi, xvrdpi and xvrspi rounding List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: agraf@suse.de, qemu-ppc@nongnu.org, qemu-devel@nongnu.org Hi David, > I take it float_round_ties_away is the same thing the architecture > refers to as "round to Nearest Away"? Yeah. I noticed it when 0.5 got rounded to 0 on QEMU and 1.0 on real hardware. Anton