fix select_rows_direct
This commit is contained in:
parent
79b0bda0d3
commit
559ccae9cc
@ -830,7 +830,7 @@ B select_rows_direct(B x, ux csz, ux cam, void* inds, ux indn, u8 ie) { // ⥊ (
|
|||||||
|
|
||||||
generic_int:;
|
generic_int:;
|
||||||
assert(ie!=el_bit && generic_allowed);
|
assert(ie!=el_bit && generic_allowed);
|
||||||
B indo = taga(arr_shVec(m_tyslice(inds, a(emptyIVec()), t_i8arr + ie-el_i8, indn)));
|
B indo = taga(arr_shVec(m_tyslice(inds, a(emptyIVec()), t_i8slice + ie-el_i8, indn)));
|
||||||
return select_cells_base(indo, x, csz, cam);
|
return select_cells_base(indo, x, csz, cam);
|
||||||
|
|
||||||
decG_ret:;
|
decG_ret:;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user