Re: [PATCH v2 4/8] target/riscv: Add Ssdbltrp ISA extension enable switch

2024-10-14 Thread Clément Léger
On 11/10/2024 05:24, Alistair Francis wrote: > On Wed, Sep 25, 2024 at 9:59 PM Clément Léger wrote: >> >> Add the switch to enable the Ssdbltrp ISA extension. >> >> Signed-off-by: Clément Léger >> --- >> target/riscv/cpu.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/target/r

Re: [PATCH v2 4/8] target/riscv: Add Ssdbltrp ISA extension enable switch

2024-10-10 Thread Alistair Francis
On Wed, Sep 25, 2024 at 9:59 PM Clément Léger wrote: > > Add the switch to enable the Ssdbltrp ISA extension. > > Signed-off-by: Clément Léger > --- > target/riscv/cpu.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c > index 65347ccd5a..4f52cf7

[PATCH v2 4/8] target/riscv: Add Ssdbltrp ISA extension enable switch

2024-09-25 Thread Clément Léger
Add the switch to enable the Ssdbltrp ISA extension. Signed-off-by: Clément Léger --- target/riscv/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c index 65347ccd5a..4f52cf7ac0 100644 --- a/target/riscv/cpu.c +++ b/target/riscv/cpu.c @@ -190,6 +