_mm_prefetch
Classification
SSE_ALL, General Support, CPUID Test: SSE
Header File
immintrin.h
Instruction
PREFETCHNTA 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".