devela::_dep::safe_arch

Function prefetch_nta

pub fn prefetch_nta<T>(addr: &T)
Available on crate feature dep_safe_arch 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.