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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 1 deletions

View file

@ -11,7 +11,7 @@
* Homepage: https://pypi.python.org/pypi/archspec
* Usage: Labeling, comparison and detection of microarchitectures
* Version: 0.1.2 (commit 130607c373fd88cd3c43da94c0d3afd3a44084b0)
* Version: 0.1.2 (commit 26dec9d47e509daf8c970de4c89da200da52ad20)
argparse
--------

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"
}
]
}
},