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 c20c4de commit 5f8ab91Copy full SHA for 5f8ab91
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.133"
+version = "0.12.134"
5
6
[deps]
7
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
src/codegen/lower_threads.jl
@@ -819,7 +819,7 @@ function thread_two_loops_expr(
819
$_turbo_call_
820
var"##do#thread##" || $retexpr
821
var"#thread#id#" = 0x00000000
822
- for var"#i#" ∈ eachindex(var"#threads#tuple#")
+ for var"#i#" ∈ 1:length(var"#threads#tuple#")
823
var"#threads#" = var"#threads#tuple#"[var"#i#"]
824
var"#thread#mask#" = PolyesterWeave.mask(var"#threads#")
825
var"#threads#remain#" =
0 commit comments