Skip to content

Commit c16d68b

Browse files
committed
Specify vector spec v1.0 in QEMU arguments.
Some testcases in GCC's testsuite check stdout. Qemu will print a warning if the vector spec is not specified which will cause those testcases to fail. The warning: vector version is not specified, use the default value v1.0 Signed-off-by: Patrick O'Neill <[email protected]>
1 parent d0d0730 commit c16d68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/march-to-cpu-opt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ EXT_OPTS = {
1212
"zbb": "zbb=true",
1313
"zbc": "zbc=true",
1414
"zbs": "zbs=true",
15-
"v": "v=true",
15+
"v": "v=true,vext_spec=v1.0",
1616
"zve32f": "Zve32f=true",
1717
"zve64f": "Zve64f=true",
1818
"zfh": "Zfh=true",

0 commit comments

Comments
 (0)