Skip to content

Commit 4cee72b

Browse files
committed
Accidentally wrote >= instead of >.
1 parent a58dc30 commit 4cee72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lowering.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ function setup_preamble!(ls::LoopSet, us::UnrollSpecification)
344344
vectorized = order[vectorizedloopnum]
345345
# println("Setup preamble")
346346
W = ls.W; typeT = ls.T
347-
if length(ls.includedarrays) >= 0
347+
if length(ls.includedarrays) > 0
348348
push!(ls.preamble.args, Expr(:(=), typeT, determine_eltype(ls)))
349349
push!(ls.preamble.args, Expr(:(=), W, determine_width(ls, vectorized)))
350350
end

0 commit comments

Comments
 (0)