From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGouh-0002sP-G6 for qemu-devel@nongnu.org; Thu, 10 May 2018 12:59:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGoug-0008CI-Il for qemu-devel@nongnu.org; Thu, 10 May 2018 12:59:31 -0400 Received: from mail-ot0-x242.google.com ([2607:f8b0:4003:c0f::242]:36362) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGoug-0008C0-El for qemu-devel@nongnu.org; Thu, 10 May 2018 12:59:30 -0400 Received: by mail-ot0-x242.google.com with SMTP id m11-v6so3087274otf.3 for ; Thu, 10 May 2018 09:59:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180502221552.3873-12-richard.henderson@linaro.org> References: <20180502221552.3873-1-richard.henderson@linaro.org> <20180502221552.3873-12-richard.henderson@linaro.org> From: Peter Maydell Date: Thu, 10 May 2018 17:59:09 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 11/14] target/arm: Implement FCMP for fp16 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers , qemu-arm , =?UTF-8?B?QWxleCBCZW5uw6ll?= , qemu-stable On 2 May 2018 at 23:15, Richard Henderson wr= ote: > From: Alex Benn=C3=A9e > > These where missed out from the rest of the half-precision work. > > Cc: qemu-stable@nongnu.org > Signed-off-by: Alex Benn=C3=A9e > [rth: Diagnose lack of FP16 before fp_access_check] > Signed-off-by: Richard Henderson > --- > target/arm/helper-a64.h | 2 ++ > target/arm/helper-a64.c | 10 ++++++ > target/arm/translate-a64.c | 88 +++++++++++++++++++++++++++++++++++++---= ------ > 3 files changed, 83 insertions(+), 17 deletions(-) > Reviewed-by: Peter Maydell thanks -- PMM