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