From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eel9J-0006lB-V9 for qemu-devel@nongnu.org; Thu, 25 Jan 2018 12:17:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eel9J-0006YT-72 for qemu-devel@nongnu.org; Thu, 25 Jan 2018 12:17:17 -0500 Received: from mail-oi0-x244.google.com ([2607:f8b0:4003:c06::244]:44536) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eel9J-0006Xz-2U for qemu-devel@nongnu.org; Thu, 25 Jan 2018 12:17:17 -0500 Received: by mail-oi0-x244.google.com with SMTP id s11so5718339oih.11 for ; Thu, 25 Jan 2018 09:17:17 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180117161435.28981-17-richard.henderson@linaro.org> References: <20180117161435.28981-1-richard.henderson@linaro.org> <20180117161435.28981-17-richard.henderson@linaro.org> From: Peter Maydell Date: Thu, 25 Jan 2018 17:16:56 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v10.5 16/20] target/arm: Use vector infrastructure for aa64 compares List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On 17 January 2018 at 16:14, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target/arm/translate-a64.c | 96 ++++++++++++++++++++++++++++++---------------- > 1 file changed, 62 insertions(+), 34 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM