[PATCH 12/18] target/riscv: Expose Zvfofp8min properity

Max Chou posted 18 patches 1 month ago
There is a newer version of this series
[PATCH 12/18] target/riscv: Expose Zvfofp8min properity
Posted by Max Chou 1 month ago
Signed-off-by: Max Chou <max.chou@sifive.com>
---
 target/riscv/cpu.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c
index 53b5aeb9b2..081891c97a 100644
--- a/target/riscv/cpu.c
+++ b/target/riscv/cpu.c
@@ -1387,6 +1387,9 @@ const RISCVCPUMultiExtConfig riscv_cpu_experimental_exts[] = {
     MULTI_EXT_CFG_BOOL("x-svukte", ext_svukte, false),
     MULTI_EXT_CFG_BOOL("x-zvfbfa", ext_zvfbfa, false),
 
+    /* Zvfofp8min extension for OFP8 conversion */
+    MULTI_EXT_CFG_BOOL("x-zvfofp8min", ext_zvfofp8min, false),
+
     { },
 };
 
-- 
2.43.7