Evaluar y enviar comentarios

  Encender vista de ancho de banda bajo
Visual C++ Language Reference
_mm_mwait

Microsoft Specific

Generates the mwait instruction.

void _mm_mwait( 
   unsigned int a, 
   unsigned int b, 
);
[in] a

The address of the beginning of a range.

[in] b

The address of the end of a range.

Intrinsic

Architecture

_mm_mwait

SSE3

Header file <intrin.h>

The mwait instruction instructs the processor to enter a wait state in which the processor is instructed to monitor the address range between a and b and wait 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 or AMD documentation as appropriate.

NoteNote:

Some chips support the SSE3 intrinsics but do not support _mm_mwait and _mm_monitor.You should use __cpuid to determine whether this intrinsic is available.

This routine is available only as an intrinsic.

Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2009 Microsoft Corporation. Reservados todos los derechos. Términos de uso  |  Marcas Registradas  |  Privacidad
Page view tracker