|
/* Through gcc 10, aarch64 has no support for 128-bit atomics. */
|
|
/* Through gcc 10, aarch64 has no support for 128-bit atomics. */
|
|
static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new)
|
|
static inline Int128 atomic16_cmpxchg(Int128 *ptr, Int128 cmp, Int128 new)
|