Function snarkvm_algorithms::msm::variable_base::prefetch::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.