Skip to main content

prefetch_slice

Function prefetch_slice 

Source
pub fn prefetch_slice<T>(slice: &[T], locality: PrefetchLocality)
Expand description

Prefetch a slice of data.

Prefetches each cache line in the slice.