_mm_prefetch

Fetch the line of data from memory that contains address p to a location in the cache hierarchy specified by the locality hint i.

Warning: locality is a compile-time parameter, unlike in Intel Intrinsics API.

nothrow @nogc pure @trusted
void
_mm_prefetch
(
int locality
)
(
const(void)* p
)

Meta