[PATCH 1/2] target/riscv: rvv-1.0: Simplify vfwredsum code

2022-08-17 Thread Yang Liu
Remove duplicate code by wrapping vfwredsum_vs's OP function. Signed-off-by: Yang Liu --- target/riscv/vector_helper.c | 56 +++- 1 file changed, 10 insertions(+), 46 deletions(-) diff --git a/target/riscv/vector_helper.c b/target/riscv/vector_helper.c index a96f

Re: [PATCH 1/2] target/riscv: rvv-1.0: Simplify vfwredsum code

2022-09-22 Thread Alistair Francis
On Thu, Aug 18, 2022 at 1:57 AM Yang Liu wrote: > > Remove duplicate code by wrapping vfwredsum_vs's OP function. > > Signed-off-by: Yang Liu Reviewed-by: Alistair Francis Alistair > --- > target/riscv/vector_helper.c | 56 +++- > 1 file changed, 10 insertions

Re: [PATCH 1/2] target/riscv: rvv-1.0: Simplify vfwredsum code

2022-09-25 Thread Frank Chang
Reviewed-by: Frank Chang On Wed, Aug 17, 2022 at 11:32 PM Yang Liu wrote: > Remove duplicate code by wrapping vfwredsum_vs's OP function. > > Signed-off-by: Yang Liu > --- > target/riscv/vector_helper.c | 56 +++- > 1 file changed, 10 insertions(+), 46 deletion