1.27.0[−][src]Function core::arch::x86::_mm_pause
pub unsafe fn _mm_pause()
This is supported on x86 only.
Provides 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.