Re: [PATCH 1/2] target/riscv/cpu.c: add zmmul isa string

2023-07-23 Thread Alistair Francis
On Thu, Jul 20, 2023 at 11:25 PM Daniel Henrique Barboza wrote: > > zmmul was promoted from experimental to ratified in commit 6d00ffad4e95. > Add a riscv,isa string for it. > > Fixes: 6d00ffad4e95 ("target/riscv: move zmmul out of the experimental > properties") > Signed-off-by: Daniel Henrique

Re: [PATCH 1/2] target/riscv/cpu.c: add zmmul isa string

2023-07-20 Thread Weiwei Li
On 2023/7/20 21:24, Daniel Henrique Barboza wrote: zmmul was promoted from experimental to ratified in commit 6d00ffad4e95. Add a riscv,isa string for it. Fixes: 6d00ffad4e95 ("target/riscv: move zmmul out of the experimental properties") Signed-off-by: Daniel Henrique Barboza --- Reviewed

[PATCH 1/2] target/riscv/cpu.c: add zmmul isa string

2023-07-20 Thread Daniel Henrique Barboza
zmmul was promoted from experimental to ratified in commit 6d00ffad4e95. Add a riscv,isa string for it. Fixes: 6d00ffad4e95 ("target/riscv: move zmmul out of the experimental properties") Signed-off-by: Daniel Henrique Barboza --- target/riscv/cpu.c | 1 + 1 file changed, 1 insertion(+) diff -