Add an atomic_fetchadd_64() wrapper on sparc64.
Reviewed by: marius
This commit is contained in:
parent
73e263b182
commit
5e766348d2
@ -319,6 +319,7 @@ ATOMIC_GEN(ptr, uintptr_t *, uintptr_t, uintptr_t, 64);
|
||||
#define atomic_fetchadd_int atomic_add_int
|
||||
#define atomic_fetchadd_32 atomic_add_32
|
||||
#define atomic_fetchadd_long atomic_add_long
|
||||
#define atomic_fetchadd_64 atomic_add_64
|
||||
|
||||
#undef ATOMIC_GEN
|
||||
#undef atomic_cas
|
||||
|
Loading…
Reference in New Issue
Block a user