prefetch_l1

Function prefetch_l1 

Source
pub fn prefetch_l1<T>(_ptr: &T)
Expand description

Prefetch to L1 cache. Transpiles to: __prefetch_l1(ptr)