From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAOFW-0005uM-Jv for qemu-devel@nongnu.org; Thu, 14 Apr 2011 11:14:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QAOFU-0005tj-VS for qemu-devel@nongnu.org; Thu, 14 Apr 2011 11:14:26 -0400 Received: from a.mail.sonic.net ([64.142.16.245]:52438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QAOFU-0005tf-OV for qemu-devel@nongnu.org; Thu, 14 Apr 2011 11:14:24 -0400 Message-ID: <4DA70F43.90701@twiddle.net> Date: Thu, 14 Apr 2011 08:14:11 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1302645571-20500-1-git-send-email-aurelien@aurel32.net> <1302645571-20500-9-git-send-email-aurelien@aurel32.net> <4DA5C372.5090807@twiddle.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 08/19] target-alpha: use new float64_unordered() function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Aurelien Jarno On 04/14/2011 02:14 AM, Peter Maydell wrote: > While we're on the subject of Alpha and flush-to-zero modes, > do you know what exception bits should get set when Alpha > flushes a denormal output (not input) to zero? ... > I think Alpha should set Inexact and not Underflow, but > I'm not sure -- can you confirm/deny? Deny. Page B-8, Add Sub Output Exceptions, Exponent underflow and disabled: Supply +0, no exception delivered to user. Exponent underflow and enabled: Supply +-MIN denorm, Underflow delivered to user. Footnote 3, Overflow and Underflow have priority over Inexact. r~