From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4Q3s-0003Ys-IP for qemu-devel@nongnu.org; Fri, 06 Apr 2018 08:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4Q3l-0000BX-Tp for qemu-devel@nongnu.org; Fri, 06 Apr 2018 08:01:44 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:34062) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f4Q3l-0000AS-Eu for qemu-devel@nongnu.org; Fri, 06 Apr 2018 08:01:37 -0400 References: <1522883475-27858-1-git-send-email-cota@braap.org> <1522883475-27858-5-git-send-email-cota@braap.org> From: Bastian Koppelmann Message-ID: Date: Fri, 6 Apr 2018 14:01:21 +0200 MIME-Version: 1.0 In-Reply-To: <1522883475-27858-5-git-send-email-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 04/15] softfloat: add float{32, 64}_is_{de, }normal List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Peter Maydell , Mark Cave-Ayland , Richard Henderson , Laurent Vivier , Paolo Bonzini , =?UTF-8?Q?Alex_Benn=c3=a9e?= , Aurelien Jarno On 04/05/2018 01:11 AM, Emilio G. Cota wrote: > This paves the way for upcoming work. > > Cc: Bastian Koppelmann > Reviewed-by: Alex Bennée > Signed-off-by: Emilio G. Cota > --- > include/fpu/softfloat.h | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) Reviewed-by: Bastian Koppelmann Cheers, Bastian