Skip to content

Commit 20386cc

Browse files
committed
1 parent ded74ba commit 20386cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoopVectorization"
22
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
33
authors = ["Chris Elrod <[email protected]>"]
4-
version = "0.12.156"
4+
version = "0.12.157"
55

66
[weakdeps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

src/parse/memory_ops_common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ function array_reference_meta!(
10121012
indices,
10131013
vptrarray,
10141014
ninds,
1015-
ind_prev_index + (first(indices) === DISCONTIGUOUS)
1015+
ind_prev_index - (first(indices) === DISCONTIGUOUS)
10161016
)
10171017
makediscontiguous!(indices)
10181018
end

0 commit comments

Comments
 (0)