Skip to content
Snippets Groups Projects

Enable all test cases in windows pipeline

Merged Markus Holzer requested to merge holzer-master-patch-01410 into master
Files
3
+ 1
1
@@ -160,7 +160,7 @@ def read_config():
('msvc_version', 'latest'),
('llc_command', get_llc_command() or 'llc'),
('arch', 'x64'),
('flags', '/Ox /fp:fast /openmp /arch:avx'),
('flags', '/Ox /fp:fast /OpenMP /arch:avx'),
('restrict_qualifier', '__restrict')
])
elif platform.system().lower() == 'darwin':
Loading