} Atomic_uint64 ALIGNED(8);
#if defined(__GNUC__) && defined(VM_64BIT) && \
- (__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 || defined(VM_ARM_64))
+ (defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16) || defined(VM_ARM_64))
typedef struct Atomic_uint128 {
volatile __int128 value;
} Atomic_uint128 ALIGNED(16);
*-----------------------------------------------------------------------------
*/
#if defined(__GNUC__) && defined(VM_64BIT) && \
- (__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 || defined(VM_ARM_64))
+ (defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16) || defined(VM_ARM_64))
static INLINE __int128
Atomic_ReadIfEqualWrite128(Atomic_uint128 *ptr, // IN/OUT
__int128 oldVal, // IN