snarkvm_algorithms::msm::variable_base::prefetch

Function prefetch

Source
pub fn prefetch<T>(p: *const T)
Expand description

Prefetches as many cache lines as is occupied by the type T. We assume 64B cache lines.