simd_mask_to_bitmask

Function simd_mask_to_bitmask 

Source
pub fn simd_mask_to_bitmask<const N: usize, M>(
    mask: Mask<M, N>,
    len: usize,
) -> Bitmask
Expand description

Converts a SIMD Mask<M, N> to a Minarrow Bitmask for the given logical length. Used at the end of a block operation within SIMD-accelerated kernel functions.