pub fn prefetch_write_range<T>(
ptr: *mut T,
count: usize,
locality: PrefetchLocality,
)Expand description
Prefetches a range of memory for writing.
pub fn prefetch_write_range<T>(
ptr: *mut T,
count: usize,
locality: PrefetchLocality,
)Prefetches a range of memory for writing.