Re: [PATCH v2 12/15] RISC-V: Set minimum priv version for Zfh to 1.11

2023-01-23 Thread Alistair Francis
On Sat, Dec 24, 2022 at 4:07 AM Christoph Muellner wrote: > > From: Christoph Müllner > > There are no differences for floating point instructions in priv version 1.11 > and 1.12. There is also no dependency for Zfh to priv version 1.12. > Therefore allow Zfh to be enabled for priv version 1.11.

[PATCH v2 12/15] RISC-V: Set minimum priv version for Zfh to 1.11

2022-12-23 Thread Christoph Muellner
From: Christoph Müllner There are no differences for floating point instructions in priv version 1.11 and 1.12. There is also no dependency for Zfh to priv version 1.12. Therefore allow Zfh to be enabled for priv version 1.11. Signed-off-by: Christoph Müllner --- target/riscv/cpu.c | 2 +- 1