mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
implement _mm_pause
svn path=/trunk/; revision=39516
This commit is contained in:
@@ -1296,6 +1296,11 @@ static __inline__ __attribute__((always_inline)) void __sidt(void *Destination)
|
||||
__asm__ __volatile__("sidt %0" : : "m"(*(short*)Destination) : "memory");
|
||||
}
|
||||
|
||||
static __inline__ __attribute__((always_inline)) void _mm_pause(void)
|
||||
{
|
||||
__asm__ __volatile__("pause");
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user