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 ded74ba commit 20386ccCopy full SHA for 20386cc
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.156"
+version = "0.12.157"
5
6
[weakdeps]
7
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
src/parse/memory_ops_common.jl
@@ -1012,7 +1012,7 @@ function array_reference_meta!(
1012
indices,
1013
vptrarray,
1014
ninds,
1015
- ind_prev_index + (first(indices) === DISCONTIGUOUS)
+ ind_prev_index - (first(indices) === DISCONTIGUOUS)
1016
)
1017
makediscontiguous!(indices)
1018
end
0 commit comments