_mm_clflush

Invalidate and flush the cache line that contains p from all levels of the cache hierarchy.

nothrow @nogc @trusted
void
_mm_clflush
(
const(void)* p
)

Meta