From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXlAB-0006CO-Hp for qemu-devel@nongnu.org; Tue, 26 Jun 2018 06:25:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXlAA-0004mD-Mf for qemu-devel@nongnu.org; Tue, 26 Jun 2018 06:25:31 -0400 Received: from mail-ot0-x244.google.com ([2607:f8b0:4003:c0f::244]:36020) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXlAA-0004lh-6e for qemu-devel@nongnu.org; Tue, 26 Jun 2018 06:25:30 -0400 Received: by mail-ot0-x244.google.com with SMTP id c15-v6so18464077otl.3 for ; Tue, 26 Jun 2018 03:25:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180621015359.12018-23-richard.henderson@linaro.org> References: <20180621015359.12018-1-richard.henderson@linaro.org> <20180621015359.12018-23-richard.henderson@linaro.org> From: Peter Maydell Date: Tue, 26 Jun 2018 11:25:09 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v5 22/35] target/arm: Implement SVE floating-point trig multiply-add coefficient List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On 21 June 2018 at 02:53, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target/arm/helper-sve.h | 4 +++ > target/arm/sve_helper.c | 70 ++++++++++++++++++++++++++++++++++++++ > target/arm/translate-sve.c | 27 +++++++++++++++ > target/arm/sve.decode | 3 ++ > 4 files changed, 104 insertions(+) Reviewed-by: Peter Maydell thanks -- PMM