Initial support for the Cortex-A72 (Raspberry Pi 4)

This commit is contained in:
Git out :V
2020-12-16 18:49:16 +01:00
parent 8454edef73
commit 12044e3ac4
3 changed files with 4183 additions and 1 deletions

View File

@@ -232,6 +232,7 @@ class MachineModel(object):
"""Return ISA for given micro-arch ``arch``."""
arch_dict = {
'a64fx': 'aarch64',
'a72': 'aarch64',
'tx2': 'aarch64',
'n1': 'aarch64',
'zen1': 'x86',