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,80 +32,66 @@ def get_vector_instruction_set(data_type='double', instruction_set='avx'):
@@ -117,5 +104,4 @@ def get_cacheline_size(instruction_set):