Method clflush
clflush(void*)
Invalidate and flush the cache line that contains p from all levels of the cache hierarchy.
Declaration
public static void clflush(void* ptr)
Parameters
Type | Name | Description |
---|---|---|
void* | ptr | Pointer to the cache line to be flushed. |
Remarks
**** clflush m8