From fd89ac0b2460613e26dddce635cc45106571c1fc Mon Sep 17 00:00:00 2001 From: Paul-Antoine Arras Date: Thu, 10 Jul 2025 14:25:39 +0000 Subject: [PATCH] march-to-cpu-opt: Add zvfh and zvfhmin Add zvfh and zvfhmin to the list of ISA extension supported by QEMU. --- scripts/march-to-cpu-opt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/march-to-cpu-opt b/scripts/march-to-cpu-opt index 067e66ec80c..259f09f39c3 100755 --- a/scripts/march-to-cpu-opt +++ b/scripts/march-to-cpu-opt @@ -20,6 +20,8 @@ QEMU_EXT_OPTS = { "zhinx": "zhinx=true", "zfinx": "zfinx=true", "zdinx": "zdinx=true", + "zvfh": "zvfh=true", + "zvfhmin": "zvfhmin=true", } SPIKE_EXT_NOT_ALLOWED = [