Update archspec to support arm compiler on a64fx (#24524)

This commit is contained in:
Massimiliano Culpo
2021-06-26 09:18:48 +02:00
committed by GitHub
parent 17f9ddb2b5
commit b12cee32de
2 changed files with 13 additions and 1 deletions

View File

@@ -1725,6 +1725,12 @@
"versions": ":",
"flags": "-march=armv8-a -mtune=generic"
}
],
"arm": [
{
"versions": ":",
"flags": "-march=armv8-a -mtune=generic"
}
]
}
},
@@ -1828,6 +1834,12 @@
"versions": "5:",
"flags": "-march=armv8.2-a+crc+crypto+fp16+sve"
}
],
"arm": [
{
"versions": "20:",
"flags": "-march=armv8.2-a+crc+crypto+fp16+sve"
}
]
}
},