Re: [PATCH v2 10/14] target/riscv: Move vector crypto extensions to riscv_cpu_extensions

2023-11-01 Thread Alistair Francis
On Fri, Oct 27, 2023 at 1:22 AM Max Chou wrote: > > Because the vector crypto specification is ratified, so move theses > extensions from riscv_cpu_experimental_exts to riscv_cpu_extensions. > > Signed-off-by: Max Chou Acked-by: Alistair Francis Alistair > --- > target/riscv/cpu.c | 36

Re: [PATCH v2 10/14] target/riscv: Move vector crypto extensions to riscv_cpu_extensions

2023-10-30 Thread Daniel Henrique Barboza
On 10/26/23 12:18, Max Chou wrote: Because the vector crypto specification is ratified, so move theses extensions from riscv_cpu_experimental_exts to riscv_cpu_extensions. Signed-off-by: Max Chou --- Reviewed-by: Daniel Henrique Barboza target/riscv/cpu.c | 36

[PATCH v2 10/14] target/riscv: Move vector crypto extensions to riscv_cpu_extensions

2023-10-26 Thread Max Chou
Because the vector crypto specification is ratified, so move theses extensions from riscv_cpu_experimental_exts to riscv_cpu_extensions. Signed-off-by: Max Chou --- target/riscv/cpu.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git