_mm_clevict
Classification
KNC, General Support, CPUID Test: KNCNI
Header File
immintrin.h
Instruction
CLEVICT0 m8
Synopsis
 _mm_clevict(const void * ptr, int level);
Description
Evicts the cache line containing the address "ptr" from cache level "level" (can be either 0 or 1).
Operation
CacheLineEvict(ptr, level)