From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0237FC433F5 for ; Fri, 15 Oct 2021 21:24:49 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AD36060F70 for ; Fri, 15 Oct 2021 21:24:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org AD36060F70 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=nongnu.org Received: from localhost ([::1]:34052 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbUh5-0008AZ-My for qemu-devel@archiver.kernel.org; Fri, 15 Oct 2021 17:24:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbUUI-00015n-Ne for qemu-devel@nongnu.org; Fri, 15 Oct 2021 17:11:34 -0400 Received: from mail-pj1-x1031.google.com ([2607:f8b0:4864:20::1031]:44931) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mbUUH-0003PO-0e for qemu-devel@nongnu.org; Fri, 15 Oct 2021 17:11:34 -0400 Received: by mail-pj1-x1031.google.com with SMTP id oa12-20020a17090b1bcc00b0019f715462a8so8200044pjb.3 for ; Fri, 15 Oct 2021 14:11:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=pxCtg9t5Iq82/54Y8zlgCwY7l0W/yku20X0M7owIDAE=; b=mRzXClbQjcx8XR/iu/fdgT35NSxV9lgJUoCjjG3nVxFQxr+wrOaLqwNN9i9WS5w352 hDm9o9NVQ4JMy6a5TPeP3f/mv0shR5lsFDTUL8URL5bRqtrRprGO6aixwzINwAWs4aDg 4zZsaM7wa9CMCegaJsuz5lOXXVNxR7+z66ULV9j7CS9BDJG9o6wzSvpl6Q25FKroDASB nHHiCAb7AyAa6yH+cBqQbFGWQk8H7G3tK1SgngZsD1hCkkF9gvZUZwMAFfhTppvB131+ wCM1phRTzJtjBzNF7WJfy/jsAW0MZcA1sKh+KcJTlg4a6IiGOTdr2nwNb7gqWwenICRa +Zwg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=pxCtg9t5Iq82/54Y8zlgCwY7l0W/yku20X0M7owIDAE=; b=Y6vZIZ6EeMxv2dsifma//H75mmNvrqqXxTA7fx1VZry90+8Gt7AC9804c1HWddTr7p RJOMmX1Xr/aNe8gDTaDyS7oQNjfF7KDURJk1hPms27v+WYIM74T7cQV4QRAqTiRAGx+a Fme84jSH+HN8LCbvON1++wya2Z7BvLYeSErSiSTE5ZIg2H7v03d1ttJGV2O4P4d6ovBw HQkc+CP6Vcjf7+lt5fyVvbj9oUcIMjucIqjr5VRjtoCnUCayRsjIcK5DBqaidkz46hNJ 9fPw0AzxFLYey9x1PFGqjNXq7oTZSNAk/g34kZQxvmfL36kZUQ07YshQPOqNOUzeH7hP 9ELA== X-Gm-Message-State: AOAM533WRNORllxjLA+wJNlpkf9JrOJkhrlq1fQ24EkAdK071LLdH3K0 1VLpUe97uNtfdIKh1vxpOTRX4w== X-Google-Smtp-Source: ABdhPJxjk3QaqwQVzv4xaBwceIT59WO8n+yZKHfqHoZgp/7q3/Wuvu0V37fpSj/bMkae1d2S5r8GMg== X-Received: by 2002:a17:90a:bb82:: with SMTP id v2mr30477382pjr.57.1634332291536; Fri, 15 Oct 2021 14:11:31 -0700 (PDT) Received: from [192.168.1.11] ([71.212.134.125]) by smtp.gmail.com with ESMTPSA id m11sm424877pgv.84.2021.10.15.14.11.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 15 Oct 2021 14:11:31 -0700 (PDT) Subject: Re: [PATCH v2 5/6] target/riscv: zfh: half-precision floating-point classify To: frank.chang@sifive.com, qemu-devel@nongnu.org, qemu-riscv@nongnu.org References: <20211015070307.3860984-1-frank.chang@sifive.com> <20211015070307.3860984-6-frank.chang@sifive.com> From: Richard Henderson Message-ID: <36df2f4a-4116-2eae-79c5-6c28f5b9165d@linaro.org> Date: Fri, 15 Oct 2021 14:11:29 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20211015070307.3860984-6-frank.chang@sifive.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2607:f8b0:4864:20::1031; envelope-from=richard.henderson@linaro.org; helo=mail-pj1-x1031.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Chih-Min Chao , Alistair Francis , Bin Meng , Palmer Dabbelt , Kito Cheng Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 10/15/21 12:03 AM, frank.chang@sifive.com wrote: > From: Kito Cheng > > Signed-off-by: Kito Cheng > Signed-off-by: Chih-Min Chao > Signed-off-by: Frank Chang > --- > target/riscv/fpu_helper.c | 6 ++++++ > target/riscv/helper.h | 1 + > target/riscv/insn32.decode | 1 + > target/riscv/insn_trans/trans_rvzfh.c.inc | 12 ++++++++++++ > 4 files changed, 20 insertions(+) Reviewed-by: Richard Henderson r~