|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 08/19] qemu/bitops.h: Limit rotate amounts |
Date: | Mon, 1 May 2023 20:56:06 +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: Dickon Hood<dickon.hood@codethink.co.uk> Rotates have been fixed up to only allow for reasonable rotate amounts (ie, no rotates >7 on an 8b value etc.) This fixes a problem with riscv vector rotate instructions. Signed-off-by: Dickon Hood<dickon.hood@codethink.co.uk> Reviewed-by: Richard Henderson<richard.henderson@linaro.org> --- include/qemu/bitops.h | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-)
Queued to tcg-next. r~
[Prev in Thread] | Current Thread | [Next in Thread] |