prefetch_l2

Function prefetch_l2 

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

Prefetch to L2 cache. Transpiles to: __prefetch_l2(ptr)