Expand Minimize
This topic has not yet been rated - Rate this topic

_mm_mwait

Microsoft Specific

Generates the mwait instruction.


void _mm_mwait( 
   unsigned int a, 
   unsigned int b, 
);

Parameters

[in] a

The first operand.

[in] b

The second operand.

Intrinsic Architecture

_mm_mwait

Intel SSE3

Header file <intrin.h>

The mwait instruction instructs the processor to enter a wait state in which the processor is instructed to monitor a certain address range waiting for an event or a store to that address range. The values of a and b are loaded into the ECX and EAX registers. For more information, see the Intel documentation.

This routine is only available as an intrinsic.

END Microsoft Specific

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.