From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36641 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp2QC-0006pn-BJ for qemu-devel@nongnu.org; Mon, 14 Feb 2011 12:41:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp2QB-0007Uj-8k for qemu-devel@nongnu.org; Mon, 14 Feb 2011 12:41:12 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:65136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp2QB-0007UZ-43 for qemu-devel@nongnu.org; Mon, 14 Feb 2011 12:41:11 -0500 Received: by iye19 with SMTP id 19so5504174iye.4 for ; Mon, 14 Feb 2011 09:41:10 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1297437062-6118-6-git-send-email-christophe.lyon@st.com> References: <1297437062-6118-1-git-send-email-christophe.lyon@st.com> <1297437062-6118-6-git-send-email-christophe.lyon@st.com> Date: Mon, 14 Feb 2011 17:41:10 +0000 Message-ID: Subject: Re: [Qemu-devel] [PATCH 5/6] target-arm: fix Neon VQSHRN and VSHRN. From: Peter Maydell Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: christophe.lyon@st.com Cc: qemu-devel@nongnu.org On 11 February 2011 15:11, wrote: > From: Christophe Lyon > > Call the normal shift helpers instead of the rounding ones. > > Signed-off-by: Christophe Lyon Reviewed-by: Peter Maydell