_mm_prefetch
Classification
KNC, General Support, CPUID Test: KNCNI
Header File
immintrin.h
Instruction
VPREFETCH0 m8
Synopsis
 _mm_prefetch(char const* p, int i);
Description
Fetch the line of data from memory that contains address "p" to a location in the cache heirarchy specified by the locality hint "i".