qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v6 9/9] target/riscv/vector_helper.c: optimize loops in ldst


From: Richard Henderson
Subject: Re: [PATCH v6 9/9] target/riscv/vector_helper.c: optimize loops in ldst helpers
Date: Wed, 21 Feb 2024 12:03:20 -1000
User-agent: Mozilla Thunderbird

On 2/21/24 11:31, Daniel Henrique Barboza wrote:
Change the for loops in ldst helpers to do a single increment in the
counter, and assign it env->vstart, to avoid re-reading from vstart
every time.

Suggested-by: Richard Henderson<richard.henderson@linaro.org>
Signed-off-by: Daniel Henrique Barboza<dbarboza@ventanamicro.com>
---
  target/riscv/vector_helper.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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