_mm_pause
Classification
SSE_ALL, General Support, CPUID Test: SSE2
Header File
Instruction
PAUSE
Synopsis
_mm_pause(void);
Description
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.