From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGVHU-0003Fa-Hn for qemu-devel@nongnu.org; Wed, 28 Jan 2015 11:15:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGVHR-0005Ek-NG for qemu-devel@nongnu.org; Wed, 28 Jan 2015 11:15:52 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:32775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGVHR-0005Ea-AG for qemu-devel@nongnu.org; Wed, 28 Jan 2015 11:15:49 -0500 Message-ID: <54C90B30.3060305@imgtec.com> Date: Wed, 28 Jan 2015 16:15:44 +0000 From: Leon Alrae MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/7] softfloat: Simplify `floatx80ToCommonNaN' function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Maciej W. Rozycki" , qemu-devel@nongnu.org Cc: Thomas Schwinge , Aurelien Jarno On 09/12/2014 01:54, Maciej W. Rozycki wrote: > Make the bit shuffling in one place only and replace input if required > instead. > > Signed-off-by: Thomas Schwinge > Signed-off-by: Maciej W. Rozycki > --- > qemu-softfloat-floatx80-nan.diff > Index: qemu-git-trunk/fpu/softfloat-specialize.h Reviewed-by: Leon Alrae