How does _mm_mwait works?

Posted by osgx on Stack Overflow See other posts from Stack Overflow or by osgx
Published on 2010-04-02T02:23:58Z Indexed on 2010/04/02 2:33 UTC
Read the original article Hit count: 442

Filed under:

Hello

How does _mm_mwait from pmmintrin.h works? (I mean not the asm for it, but action and how this action is taken in NUMA systems. The store monitoring is easy to implement only on bus-based SMP systems with snooping of bus.)

What processors does implement it?

Is it used in some spinlocks?

© Stack Overflow or respective owner

Related posts about Atomic