Skip to content

Commit

Permalink
Merge pull request #1327 from patrick-rivos/specify-vector-spec
Browse files Browse the repository at this point in the history
Specify vector spec v1.0 in QEMU arguments.
  • Loading branch information
kito-cheng authored Sep 12, 2023
2 parents 4112f28 + c16d68b commit 5437780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/march-to-cpu-opt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EXT_OPTS = {
"zbb": "zbb=true",
"zbc": "zbc=true",
"zbs": "zbs=true",
"v": "v=true",
"v": "v=true,vext_spec=v1.0",
"zve32f": "Zve32f=true",
"zve64f": "Zve64f=true",
"zfh": "Zfh=true",
Expand Down

0 comments on commit 5437780

Please sign in to comment.