Function std::arch::x86_64::_mm_pause
[−]
[src]
pub unsafe fn _mm_pause()
Provide a hint to the processor that the code sequence is a spin-wait loop.
This can help improve the performance and power consumption of spin-wait loops.