Support Windows on ARM64
Files
6- Michael Kuron authored
@@ -45,6 +45,9 @@ def get_supported_instruction_sets():
@@ -45,6 +45,9 @@ def get_supported_instruction_sets():
if (platform.system() == 'Darwin' or platform.system() == 'Linux') and platform.machine() == 'arm64':
elif platform.system() == 'Linux' and platform.machine().startswith('riscv'): # not supported by cpuinfo