Re: [PATCH 01/14] target/riscv: Add cfg property for Zvkt extension

2023-10-29 Thread Alistair Francis
On Thu, Oct 26, 2023 at 1:15 AM Max Chou wrote: > > Vector crypto spec defines the Zvkt extension that included all of the > instructions of Zvbb & Zvbc extensions and some vector instructions. > > Signed-off-by: Max Chou Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu_cfg.h

[PATCH 01/14] target/riscv: Add cfg property for Zvkt extension

2023-10-25 Thread Max Chou
Vector crypto spec defines the Zvkt extension that included all of the instructions of Zvbb & Zvbc extensions and some vector instructions. Signed-off-by: Max Chou --- target/riscv/cpu_cfg.h | 1 + target/riscv/tcg/tcg-cpu.c | 5 + 2 files changed, 6 insertions(+) diff --git a/target/ri