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
541: split: use floored division in example assertion r=HadrienG2 a=cuviper
Rounding can falsify the previous `width < 2 * height` assertions. For
example, given lengths `(3, 3)`, it will split to `(1, 3)` and `(2, 3)`.
cc rayon-rs#539@HadrienG2
0 commit comments