Re: [PATCH 04/45] target/riscv: Refactor some of the generic vector functionality

2023-03-12 Thread Wilfred Mallawa
On Fri, 2023-03-10 at 09:11 +, Lawrence Hunter wrote: > From: Kiran Ostrolenk > > This refactoring ensures these functions/macros can be used by both > vector and vector-crypto helpers (latter implemented in proceeding > commit). > > Signed-off-by: Kiran Ostrolenk > --- >  target/riscv/vect

[PATCH 04/45] target/riscv: Refactor some of the generic vector functionality

2023-03-10 Thread Lawrence Hunter
From: Kiran Ostrolenk This refactoring ensures these functions/macros can be used by both vector and vector-crypto helpers (latter implemented in proceeding commit). Signed-off-by: Kiran Ostrolenk --- target/riscv/vector_helper.c| 46 - target/riscv/vector_i

[PATCH 04/45] target/riscv: Refactor some of the generic vector functionality

2023-03-10 Thread Lawrence Hunter
From: Kiran Ostrolenk This refactoring ensures these functions/macros can be used by both vector and vector-crypto helpers (latter implemented in proceeding commit). Signed-off-by: Kiran Ostrolenk --- target/riscv/vector_helper.c| 36 - target/riscv/vector_i