Function core::arch::x86_64::_mm_sfence

1.27.0 · source ·
pub unsafe fn _mm_sfence()
Available on (x86 or x86-64) and target feature sse and x86-64 only.
Expand description

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

保证在程序顺序之前的每条存储指令,在任何遵循程序顺序栅栏的存储指令之前,都是全局可见的。

Intel’s documentation