Skip to content

Commit b356d5d

Browse files
committed
Updated last 16-register choose_order test.
1 parent c183773 commit b356d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/miscellaneous.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ using Test
133133
if LoopVectorization.VectorizationBase.REGISTER_COUNT == 32
134134
@test LoopVectorization.choose_order(lsvar) == (Symbol[:j,:i], :j, :i, :j, 4, 6)
135135
else
136-
@test LoopVectorization.choose_order(lsvar) == (Symbol[:j,:i], :j, :i, :j, 4, 4)
136+
@test LoopVectorization.choose_order(lsvar) == (Symbol[:j,:i], :i, :j, :j, 4, 4)
137137
end
138138

139139
function myvar!(s², A, x̄)

0 commit comments

Comments
 (0)