We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9505c7 commit ad4e9dcCopy full SHA for ad4e9dc
Project.toml
@@ -1,7 +1,7 @@
1
name = "LoopVectorization"
2
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
3
authors = ["Chris Elrod <[email protected]>"]
4
-version = "0.12.32"
+version = "0.12.33"
5
6
[deps]
7
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
src/codegen/lower_threads.jl
@@ -665,7 +665,7 @@ function valid_thread_loops(ls::LoopSet)
665
end
666
for (i,o) ∈ enumerate(order)
667
loop = getloop(ls, o)
668
- if isstaticloop(loop) & length(loop) ≤ 1
+ if isstaticloop(loop) & (length(loop) ≤ 1)
669
valid_thread_loop[i] = false
670
671
0 commit comments