On 3/14/24 07:56, Daniel Henrique Barboza wrote:
vmvr_v isn't handling the case where the host might be big endian and the bytes to be copied aren't sequential.Suggested-by: Richard Henderson<[email protected]> Fixes: f714361ed7 ("target/riscv: rvv-1.0: implement vstart CSR") Signed-off-by: Daniel Henrique Barboza<[email protected]> --- target/riscv/vector_helper.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <[email protected]> r~
