Properly detect and enable vectorization on ARM
All threads resolved!
All threads resolved!
Compare changes
@@ -9,6 +9,7 @@ from pystencils.backends.x86_instruction_sets import get_vector_instruction_set_
@@ -31,83 +32,68 @@ def get_vector_instruction_set(data_type='double', instruction_set='avx'):
@@ -120,5 +106,4 @@ def get_cacheline_size(instruction_set):