From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy0nB-0001Lx-CH for qemu-devel@nongnu.org; Tue, 31 Dec 2013 09:59:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vy0n2-00069q-SR for qemu-devel@nongnu.org; Tue, 31 Dec 2013 09:59:37 -0500 Received: from mail-pb0-x22e.google.com ([2607:f8b0:400e:c01::22e]:53663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vy0n2-00068u-La for qemu-devel@nongnu.org; Tue, 31 Dec 2013 09:59:28 -0500 Received: by mail-pb0-f46.google.com with SMTP id md12so12621788pbc.19 for ; Tue, 31 Dec 2013 06:59:27 -0800 (PST) Sender: Richard Henderson Message-ID: <52C2DBCB.4040900@twiddle.net> Date: Tue, 31 Dec 2013 06:59:23 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1388496958-3542-1-git-send-email-peter.maydell@linaro.org> <1388496958-3542-15-git-send-email-peter.maydell@linaro.org> <52C2D9E9.1010800@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 14/22] softfloat: Add support for ties-away rounding List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Tom Musta , Peter Crosthwaite , Patch Tracking , Aurelien Jarno , Michael Matz , Alexander Graf , QEMU Developers , Claudio Fontana , Dirk Mueller , Will Newton , Laurent Desnogues , =?UTF-8?B?QWxleCBCZW5uw6ll?= , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall On 12/31/2013 06:56 AM, Peter Maydell wrote: > The IEEE spec specifically calls this roundTiesToAway. I'd rather > not deviate from the official name unless there's a good reason. Fair enough. r~