☰
Other items in
core
::
arch
::
x86
All crates
?
Function
core
::
arch
::
x86
::
_mm_pause
1.27.0
[
−
]
[src]
pub unsafe fn _mm_pause()
This is supported on
x86
only.
Expand description
向处理器提示代码序列是自旋等待循环。
这可以帮助改善自旋等待循环的性能和功耗。
Intel’s documentation