Skip to main content

process_chunks

Function process_chunks 

Source
pub fn process_chunks(len: usize, lanes: usize) -> (usize, usize)
Expand description

Process a slice in SIMD-width chunks, calling a function on each chunk and handling the scalar remainder.

Returns the index where the remainder begins.