Function safe_arch::prefetch_nta

source ·
pub fn prefetch_nta<T>(addr: &T)
Available with target feature sse only.
Expand description

Fetch data using the non-temporal access (NTA) hint. It may be a place closer than main memory but outside of the cache hierarchy. This is used to reduce access latency without polluting the cache.