ARM for linux
Files
2@@ -43,7 +43,8 @@ def get_supported_instruction_sets():
@@ -43,7 +43,8 @@ def get_supported_instruction_sets():
elif platform.system() == 'Linux' and platform.machine().startswith('riscv'): # not supported by cpuinfo
Until now, ARM architectures are only allowed for Darwin systems. This MR extends their usage to Linux systems.