Skip to content
Snippets Groups Projects
Commit 3b87bcba authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

fix aligned_alloc on windows

parent 5f1e4f9f
No related branches found
No related tags found
No related merge requests found
Pipeline #30393 passed
......@@ -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 /std:c++17'),
('flags', '/Ox /fp:fast /OpenMP /arch:avx /D aligned_alloc=_aligned_malloc'),
('restrict_qualifier', '__restrict')
])
elif platform.system().lower() == 'darwin':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment