Expand description
A small crate to prefetch an element of an array.
Provides prefetch_index and prefetch_index_nta to prefetch the cache
line containing slice[index].
Functionsยง
- prefetch_
index - Prefetches the cache line containing (the first byte of)
data[index]into all levels of the cache. - prefetch_
index_ nta - Prefetches the cache line containing (the first byte of)
data[index]for non-temporal access.