Skip to content
Snippets Groups Projects
Commit ac367c32 authored by Carsten Bauer's avatar Carsten Bauer
Browse files

@threads :static (#18)

parent 0504ab29
No related branches found
No related tags found
No related merge requests found
Pipeline #18657 passed
......@@ -5,7 +5,7 @@ macro threaded(code)
if $(@__MODULE__).avxt()
@avxt($code)
else
@threads($code)
@threads(:static, $code)
end
))
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment