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

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

对在此指令之前发布的所有内存加载指令执行序列化操作。

确保按程序顺序在前面的每个装入指令在按程序顺序在篱笆后面的任何装入指令之前都是全局可见的。

Intel’s documentation