Properly detect and enable vectorization on ARM
All threads resolved!
All threads resolved!
Compare changes
- Michael Kuron authored
@@ -43,8 +43,7 @@ def get_supported_instruction_sets():
@@ -43,8 +43,7 @@ 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
@@ -72,7 +71,7 @@ def get_supported_instruction_sets():
@@ -72,7 +71,7 @@ def get_supported_instruction_sets():