Function _mm_pause
pub fn _mm_pause()
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.
_mm_pausepub fn _mm_pause()
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.