Function x86::fence::sfence

source · []
pub fn sfence()
Expand description

sfence – Store Fence

Orders processor execution relative to all memory stores prior to the SFENCE instruction. The processor ensures that every store prior to SFENCE is globally visible before any store after SFENCE becomes globally visible.