Re: [PATCH v8 01/15] target/riscv: Refactor some of the generic vector functionality

2023-07-18 Thread Alistair Francis
On Wed, Jul 12, 2023 at 2:59 AM Max Chou wrote: > > From: Kiran Ostrolenk > > Take some functions/macros out of `vector_helper` and put them in a new > module called `vector_internals`. This ensures they can be used by both > vector and vector-crypto helpers (latter implemented in proceeding > co

[PATCH v8 01/15] target/riscv: Refactor some of the generic vector functionality

2023-07-11 Thread Max Chou
From: Kiran Ostrolenk Take some functions/macros out of `vector_helper` and put them in a new module called `vector_internals`. This ensures they can be used by both vector and vector-crypto helpers (latter implemented in proceeding commits). Signed-off-by: Kiran Ostrolenk Reviewed-by: Weiwei L