Function x86::fence::mfence[][src]

pub fn mfence()
Expand description

mfence – Memory Fence

Performs a serializing operation on all load-from-memory and store-to-memory instructions that were issued prior the MFENCE instruction.