mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[INTRIN]
_mm_pause has an implicit full memory barrier, emulate this on gcc as well svn path=/trunk/; revision=53133
This commit is contained in:
@@ -1497,7 +1497,7 @@ __INTRIN_INLINE void __sidt(void *Destination)
|
||||
|
||||
__INTRIN_INLINE void _mm_pause(void)
|
||||
{
|
||||
__asm__ __volatile__("pause");
|
||||
__asm__ __volatile__("pause" : : : "memory");
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user