From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.25.208.194 with SMTP id h185csp1118697lfg; Fri, 15 Apr 2016 03:42:44 -0700 (PDT) X-Received: by 10.140.84.234 with SMTP id l97mr23922277qgd.57.1460716964746; Fri, 15 Apr 2016 03:42:44 -0700 (PDT) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id a101si28265862qka.51.2016.04.15.03.42.44 for (version=TLS1 cipher=AES128-SHA bits=128/128); Fri, 15 Apr 2016 03:42:44 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org Received: from localhost ([::1]:59530 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar1D2-0002JM-Cb for alex.bennee@linaro.org; Fri, 15 Apr 2016 06:42:44 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar1Cz-0002Gw-Po for qemu-arm@nongnu.org; Fri, 15 Apr 2016 06:42:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ar1Cw-00022r-K3 for qemu-arm@nongnu.org; Fri, 15 Apr 2016 06:42:41 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:65287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar1Cw-00022W-DR; Fri, 15 Apr 2016 06:42:38 -0400 Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Websense Email with ESMTPS id 6B1E259A3135E; Fri, 15 Apr 2016 11:42:34 +0100 (IST) Received: from [192.168.169.37] (192.168.169.37) by hhmail02.hh.imgtec.org (10.100.10.20) with Microsoft SMTP Server (TLS) id 14.3.266.1; Fri, 15 Apr 2016 11:42:35 +0100 To: Aleksandar Markovic , Aleksandar Markovic , "qemu-devel@nongnu.org" References: <1460465891-6142-1-git-send-email-aleksandar.markovic@rt-rk.com> <1460465891-6142-2-git-send-email-aleksandar.markovic@rt-rk.com> <570FB7C7.7090404@imgtec.com> From: Leon Alrae Message-ID: <5710C577.8080309@imgtec.com> Date: Fri, 15 Apr 2016 11:41:59 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.169.37] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 195.59.15.196 Subject: Re: [Qemu-arm] [PATCH v4 1/9] softfloat: Implement run-time-configurable meaning of signaling NaN bit X-BeenThere: qemu-arm@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "proljc@gmail.com" , "kbastian@mail.uni-paderborn.de" , "mark.cave-ayland@ilande.co.uk" , "agraf@suse.de" , Maciej Rozycki , Petar Jovanovic , "blauwirbel@gmail.com" , "jcmvbkbc@gmail.com" , Miodrag Dinic , "qemu-arm@nongnu.org" , "qemu-ppc@nongnu.org" , "pbonzini@redhat.com" , "gxt@mprc.pku.edu.cn" , "afaerber@suse.de" , "aurelien@aurel32.net" , "rth@twiddle.net" Errors-To: qemu-arm-bounces+alex.bennee=linaro.org@nongnu.org Sender: "Qemu-arm" X-TUID: tik2jYwngpSe On 15/04/16 09:48, Aleksandar Markovic wrote: > Agreed. This looks much better, and is simpler and faster. Though, it looks to me that "fst" should be called "status" instead (just not to break consistency throughout SoftFloat library and in other places of assigning name "status" to the last argument of any function if its type is float_status*). If you agree, I am going to replace name "fst" with name "status" in the code that you provided, otherwise as-is. Yes, "status" will be fine. Leon From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ar1D1-0002Ii-8o for qemu-devel@nongnu.org; Fri, 15 Apr 2016 06:42:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ar1D0-00025a-I1 for qemu-devel@nongnu.org; Fri, 15 Apr 2016 06:42:43 -0400 References: <1460465891-6142-1-git-send-email-aleksandar.markovic@rt-rk.com> <1460465891-6142-2-git-send-email-aleksandar.markovic@rt-rk.com> <570FB7C7.7090404@imgtec.com> From: Leon Alrae Message-ID: <5710C577.8080309@imgtec.com> Date: Fri, 15 Apr 2016 11:41:59 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 1/9] softfloat: Implement run-time-configurable meaning of signaling NaN bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandar Markovic , Aleksandar Markovic , "qemu-devel@nongnu.org" Cc: "proljc@gmail.com" , "kbastian@mail.uni-paderborn.de" , "mark.cave-ayland@ilande.co.uk" , "agraf@suse.de" , "blauwirbel@gmail.com" , "jcmvbkbc@gmail.com" , "qemu-arm@nongnu.org" , "qemu-ppc@nongnu.org" , Petar Jovanovic , "pbonzini@redhat.com" , Miodrag Dinic , "edgar.iglesias@gmail.com" , "gxt@mprc.pku.edu.cn" , "afaerber@suse.de" , "aurelien@aurel32.net" , "rth@twiddle.net" , Maciej Rozycki On 15/04/16 09:48, Aleksandar Markovic wrote: > Agreed. This looks much better, and is simpler and faster. Though, it looks to me that "fst" should be called "status" instead (just not to break consistency throughout SoftFloat library and in other places of assigning name "status" to the last argument of any function if its type is float_status*). If you agree, I am going to replace name "fst" with name "status" in the code that you provided, otherwise as-is. Yes, "status" will be fine. Leon