not_bool

Function not_bool 

Source
pub fn not_bool<const LANES: usize>(
    src: BooleanAVT<'_, ()>,
) -> Result<BooleanArray<()>, KernelError>
Expand description

Bitwise NOT of a bit-packed boolean mask window. Offset is a bit offset; len is in bits. Requires offset % 64 == 0 for word-level SIMD processing.