Re: [PATCH 2/2] target/riscv/vector_helper.c: make vext_set_tail_elems_1s() debug only

2023-04-28 Thread Daniel Henrique Barboza
On 4/27/23 22:22, Weiwei Li wrote: On 2023/4/28 04:57, Daniel Henrique Barboza wrote: Commit 3479a814 ("target/riscv: rvv-1.0: add VMA and VTA") added vma and vta fields in the vtype register, while also defining that QEMU doesn't need to have a tail agnostic policy to be compliant with the

Re: [PATCH 2/2] target/riscv/vector_helper.c: make vext_set_tail_elems_1s() debug only

2023-04-27 Thread Weiwei Li
On 2023/4/28 04:57, Daniel Henrique Barboza wrote: Commit 3479a814 ("target/riscv: rvv-1.0: add VMA and VTA") added vma and vta fields in the vtype register, while also defining that QEMU doesn't need to have a tail agnostic policy to be compliant with the RVV spec. It ended up removing all

[PATCH 2/2] target/riscv/vector_helper.c: make vext_set_tail_elems_1s() debug only

2023-04-27 Thread Daniel Henrique Barboza
Commit 3479a814 ("target/riscv: rvv-1.0: add VMA and VTA") added vma and vta fields in the vtype register, while also defining that QEMU doesn't need to have a tail agnostic policy to be compliant with the RVV spec. It ended up removing all tail handling code as well. Later, commit 752614ca