Skip to content

Commit 0135554

Browse files
committed
fix mask in ldiv remainder
1 parent b7f5935 commit 0135554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TriangularSolve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ end
439439
end
440440
else
441441
quote
442-
mask = VectorizationBase.mask($WS, $(static(R)))
442+
mask = VectorizationBase.mask($(static(Wpad)), $(static(R)))
443443
i = $(Unroll{2,1,W,1,Wpad,(-1 % UInt),1})(($z, n))
444444
vstore!(spc, C_u, i, mask)
445445
end

0 commit comments

Comments
 (0)