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