From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNN2g-00011I-9N for qemu-devel@nongnu.org; Fri, 20 May 2011 06:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QNN2f-0001WV-Ed for qemu-devel@nongnu.org; Fri, 20 May 2011 06:34:50 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:48633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QNN2f-0001WR-AH for qemu-devel@nongnu.org; Fri, 20 May 2011 06:34:49 -0400 Received: by iym10 with SMTP id 10so3328971iym.4 for ; Fri, 20 May 2011 03:34:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1305468801-6015-8-git-send-email-aurelien@aurel32.net> References: <1305468801-6015-1-git-send-email-aurelien@aurel32.net> <1305468801-6015-8-git-send-email-aurelien@aurel32.net> Date: Fri, 20 May 2011 11:34:48 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 07/11] softfloat: add float*_is_zero_or_denormal() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 15 May 2011 15:13, Aurelien Jarno wrote: > float*_is_zero_or_denormal() is available for float32, but not for > float64, floatx80 and float128. Fix that. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell