☰
In core::arch::x86
?
Function
core
::
arch
::
x86
::
_mm_pause
1.27.0
·
source
·
[
−
]
pub unsafe fn _mm_pause()
Available on
x86 and (x86 or x86-64)
only.
Expand description
向处理器提示代码序列是自旋等待循环。
这可以帮助改善自旋等待循环的性能和功耗。
Intel’s documentation