Skip to content
Snippets Groups Projects
Commit 09a2c5ba authored by Markus Holzer's avatar Markus Holzer
Browse files

Use most advanced vector set in test cases

parent 8227d279
1 merge request!196FIX Quicktests
......@@ -9,7 +9,7 @@ from pystencils.transformations import replace_inner_stride_with_one
supported_instruction_sets = get_supported_instruction_sets()
if supported_instruction_sets:
instruction_set = "avx" if "avx" in supported_instruction_sets else "sse"
instruction_set = supported_instruction_sets[-1]
else:
instruction_set = None
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment