Function core::arch::x86::_mm_sfence1.27.0[][src]

pub unsafe fn _mm_sfence()
This is supported on x86 and target feature sse only.
Expand description

对在此指令之前发出的所有存储到内存指令执行序列化操作。

确保按程序顺序在先的每个存储指令在程序顺序中位于篱笆后面的任何存储指令之前都是全局可见的。

Intel’s documentation