Jacek Caban | f8fc918 | 2013-07-03 10:49:30 +0000 | [diff] [blame] | 1 | #define __INTRINSIC_ONLYSPECIAL |
| 2 | #define __INTRINSIC_SPECIAL__InterlockedXor /* Causes code generation in intrin-impl.h */ |
Ozkan Sezer | aceef73 | 2009-07-16 15:25:05 +0000 | [diff] [blame] | 3 | |
Jacek Caban | f8fc918 | 2013-07-03 10:49:30 +0000 | [diff] [blame] | 4 | #include <intrin.h> |
Ozkan Sezer | aceef73 | 2009-07-16 15:25:05 +0000 | [diff] [blame] | 5 | |
Corinna Vinschen | 0098989 | 2013-04-05 11:19:50 +0000 | [diff] [blame] | 6 | __LONG32 InterlockedXor(__LONG32 volatile *, __LONG32) __attribute__((alias("_InterlockedXor"))); |
Ozkan Sezer | 9e00f0a | 2009-09-20 15:36:13 +0000 | [diff] [blame] | 7 | |