You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AVX2 take handles indices that are equal to the index type max value (#7359)
The in the avx2 take code correctly states that we need to fitler out
values
greater than but then it also filters out values that are equal, this
fixes the
edge case for values that are equal to the max index value
---------
Signed-off-by: Robert Kruszewski <github@robertk.io>
0 commit comments