qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v3 10/19] qemu/host-utils.h: Add clz and ctz functions for lo


From: Richard Henderson
Subject: Re: [PATCH v3 10/19] qemu/host-utils.h: Add clz and ctz functions for lower-bit integers
Date: Mon, 1 May 2023 20:56:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 4/28/23 15:47, Lawrence Hunter wrote:
From: Kiran Ostrolenk<kiran.ostrolenk@codethink.co.uk>

This is for use in the RISC-V vclz and vctz instructions (implemented in
proceeding commit).

Signed-off-by: Kiran Ostrolenk<kiran.ostrolenk@codethink.co.uk>
Reviewed-by: Richard Henderson<richard.henderson@linaro.org>
---
  include/qemu/host-utils.h | 54 +++++++++++++++++++++++++++++++++++++++
  1 file changed, 54 insertions(+)

Queued to tcg-next.

r~



reply via email to

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