On 2024/7/25 2:05 PM, Richard Henderson wrote:
On 7/17/24 23:39, Max Chou wrote:
In the vector unit-stride load/store helper functions. the vext_ldst_us
& vext_ldst_whole functions corresponding most of the execution time.
Inline the functions can avoid the function call overhead to improve the
helper function performance.

Signed-off-by: Max Chou <max.c...@sifive.com>
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
---
  target/riscv/vector_helper.c | 56 +++++++++++++++++++-----------------
  1 file changed, 30 insertions(+), 26 deletions(-)

You'll want to mark vext_page_ldst_us similarly.


r~
Yes, I'll mark vext_page_ldst_us at v6.
Thanks.

Max.

Reply via email to