From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43939 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PN8kI-0003KF-IN for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:46:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PN8kH-0007km-Be for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:46:38 -0500 Received: from mail.codesourcery.com ([38.113.113.100]:40869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PN8kH-0007kX-1g for qemu-devel@nongnu.org; Mon, 29 Nov 2010 13:46:37 -0500 Date: Mon, 29 Nov 2010 10:46:35 -0800 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH 10/12] softfloat: Add float/double to 16 bit integer conversion functions Message-ID: <20101129184635.GI8544@codesourcery.com> References: <1290538431-13170-1-git-send-email-peter.maydell@linaro.org> <1290538431-13170-11-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1290538431-13170-11-git-send-email-peter.maydell@linaro.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On Tue, Nov 23, 2010 at 06:53:49PM +0000, Peter Maydell wrote: > The ARM architecture needs float/double to 16 bit integer conversions. > (The 32 bit versions aren't sufficient because of the requirement > to saturate at 16 bit MAXINT/MININT and to get the exception bits right.) > > Signed-off-by: Peter Maydell Reviewed-by: Nathan Froyd -Nathan