Skip to content

Commit 4c8f475

Browse files
parrascmuellner
authored andcommitted
march-to-cpu-opt: Add zvfh and zvfhmin
Add zvfh and zvfhmin to the list of ISA extension supported by QEMU.
1 parent 062ad35 commit 4c8f475

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/march-to-cpu-opt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ QEMU_EXT_OPTS = {
2020
"zhinx": "zhinx=true",
2121
"zfinx": "zfinx=true",
2222
"zdinx": "zdinx=true",
23+
"zvfh": "zvfh=true",
24+
"zvfhmin": "zvfhmin=true",
2325
}
2426

2527
SPIKE_EXT_NOT_ALLOWED = [

0 commit comments

Comments
 (0)