Re: [PATCH v3 07/19] target/riscv: Refactor some of the generic vector functionality

2023-04-28 Thread Weiwei Li
On 2023/4/28 22:47, Lawrence Hunter wrote: From: Kiran Ostrolenk Move some macros out of `vector_helper` and into `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 ---

[PATCH v3 07/19] target/riscv: Refactor some of the generic vector functionality

2023-04-28 Thread Lawrence Hunter
From: Kiran Ostrolenk Move some macros out of `vector_helper` and into `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 --- target/riscv/vector_helper.c| 42