pub fn prefetch_slice<T>(slice: &[T], locality: PrefetchLocality)Expand description
Prefetch a slice of data.
Prefetches each cache line in the slice.
pub fn prefetch_slice<T>(slice: &[T], locality: PrefetchLocality)Prefetch a slice of data.
Prefetches each cache line in the slice.