Function core::arch::x86_64::_mm_pause 1.27.0[−][src]
pub unsafe fn _mm_pause()This is supported on (non-crate feature
miri-test-libstd or test or doctest) and x86-64 only.Expand description
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.