qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 1/3] riscv: Add support for the Zfa extension


From: Richard Henderson
Subject: Re: [PATCH v4 1/3] riscv: Add support for the Zfa extension
Date: Fri, 30 Jun 2023 11:53:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/30/23 11:13, Christoph Muellner wrote:
+static bool trans_fli_h(DisasContext *ctx, arg_fli_h *a)
+{
+    REQUIRE_FPU;
+    REQUIRE_ZFA(ctx);
+    REQUIRE_ZFH(ctx);
+
+    /* Values below are NaN-boxed to avoid a gen_nanbox_h(). */
+    const uint64_t fli_h_table[] = {

static const.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]