Skip to content

Commit fedddf7

Browse files
committed
update choose_order tests
1 parent 51ed926 commit fedddf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/special.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
s += exp(a[i])
4141
end)
4242
lsvexps = LoopVectorization.loopset(vexpsq);
43-
@test LoopVectorization.choose_order(lsvexps) == (Symbol[:i], :i, Symbol("##undefined##"), :i, 2, -1)
43+
@test LoopVectorization.choose_order(lsvexps) == (Symbol[:i], :i, Symbol("##undefined##"), :i, 4, -1)
4444

4545
function myvexp(a)
4646
s = zero(eltype(a))
@@ -96,7 +96,7 @@
9696
ld += log(L[i,i])
9797
end)
9898
lsld = LoopVectorization.loopset(ldq);
99-
@test LoopVectorization.choose_order(lsld) == (Symbol[:i], :i, Symbol("##undefined##"), :i, 2, -1)
99+
@test LoopVectorization.choose_order(lsld) == (Symbol[:i], :i, Symbol("##undefined##"), :i, 4, -1)
100100

101101
function calc_sins!(res::AbstractArray{T}) where {T}
102102
code_phase_delta = T(0.01)

0 commit comments

Comments
 (0)