_mm_lfence

Perform a serializing operation on all load-from-memory instructions that were issued prior to this instruction. Guarantees that every load instruction that precedes, in program order, is globally visible before any load instruction which follows the fence in program order.

nothrow @nogc @trusted
void
_mm_lfence
()

Meta